Re: Troubling installing Python 3 on my iMac

2019-04-30 Thread Alfredo Sumague
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

Re: Troubling installing Python 3 on my iMac

2019-04-30 Thread RLM
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

Re: Troubling installing Python 3 on my iMac

2019-04-30 Thread James
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

Re: Troubling installing Python 3 on my iMac

2019-04-30 Thread Suresh Kannan
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.

Re: Troubling installing Python 3 on my iMac

2019-04-30 Thread Aditya Singh
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

Troubling installing Python 3 on my iMac

2019-04-30 Thread James
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