sudo apt-get install python-pip
sudo apt-get install python3-pip
How to install it in the editor to switch between the different versions?
And how to find the exe directory of globally installed versions of python
$ which python
/usr/bin/python
$ which python3
/usr/bin/python3
I have Ubuntu Mate
which does not work, but whereis - works
I would like all the same without virtualdev. Now in the console ubuntu python2.7.17 starts the server, but python3 is not because I can't install sqlalchemy. - Conrad44 commented on April 19th 20 at 12:41