R
R
Radiss2020-04-17 21:32:48
Python
Radiss, 2020-04-17 21:32:48

How to set up python in ubuntu for Sublime Text?

In the Ubuntu Mate console, there are already 2 versions of python 2.7.17 and 3.6.9

In sublime text Python3, but there is no pip in this assembly.

I managed to install it, but not in the editor.

sudo apt-get install python-pip

sudo apt-get install python3-pip

How to install it in the editor to switch between different versions?

And how to find the exe directories of globally installed python versions?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2020-04-17
@LazyTalent

How to install it in the editor to switch between different versions?

virtualenv
And how to find exe directories of globally installed python versions

Are you on Windows or Linux? If Linux then:
$ which python
/usr/bin/python

$ which python3
/usr/bin/python3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question