Re: [Tutor] python -m pip install vs pip install

2018-09-10 Thread Mats Wichmann
On 09/10/2018 09:10 AM, Alex Kleider wrote: > In another currently active thread Mats Wichmann recommends using: >   python -m pip install ... > vs >   pip install ... > > The question is how to install a specific version of python itself. > > I'm running Ubuntu 16.04 and have the following notes

[Tutor] python -m pip install vs pip install

2018-09-10 Thread Alex Kleider
In another currently active thread Mats Wichmann recommends using: python -m pip install ... vs pip install ... The question is how to install a specific version of python itself. I'm running Ubuntu 16.04 and have the following notes to myself as to how to install version 3.6 which was the