the safest way to use the latest python version (python 3.7.3 is the
latest) is to create a virtual environment for python3, from there you
install the latest python version, or you can use brew command to install
python3. You can also install anaconda on your mac.
Good luck.
On Tue, Apr 30, 201
I guess you installed Python3.7.2 or similar
If so you can call it in a terminal with python3 not just python. Open a
terminal and type python3 it should start
python 7.n is the operating system version.
It is important to use pip3 and use virtualenv to create the python 3
environment.
use
Thanks Suresh! This did the trick.
On Tuesday, April 30, 2019 at 7:36:30 AM UTC-6, Suresh Kannan wrote:
>
> Hi,
>
> Try these steps
>
> https://wsvincent.com/install-python3-mac/
>
> https://stackoverflow.com/a/20868669/4037275
>
> On Tue, Apr 30, 2019 at 8:39 AM James >
> wrote:
>
>> I downloa
Hi,
Try these steps
https://wsvincent.com/install-python3-mac/
https://stackoverflow.com/a/20868669/4037275
On Tue, Apr 30, 2019 at 8:39 AM James wrote:
> I downloaded the file from the python website and went through the entire
> installation process... accepting all of the default values.
Kindly type python3 in the terminal and let me know the output :)
On Tue, Apr 30, 2019, 6:10 PM James wrote:
> I downloaded the file from the python website and went through the entire
> installation process... accepting all of the default values. However, when
> I went to my Terminal window an
I downloaded the file from the python website and went through the entire
installation process... accepting all of the default values. However, when
I went to my Terminal window and typed python, it still shows the older
version:
Python 2.7.10 (default, Feb 22 2019, 21:17:52)
[GCC 4.2.1 Comp
6 matches
Mail list logo