0

In my virtual environment I am running on python 3.4.3 but need to upgrade to python 3.7 .

Show version and brew install

I have tried brew install python3 and changing the link and homebrew tells me python 3.7 is installed. When I do python --version it states python 3.4.3.

Cam Weston
  • 3
  • 1
  • 5

1 Answers1

0

i think the best method is to leave Python 3.4.3 as is and install python 3.7. Then after installing 3.7 create a new virtual environment for python 3.7. To run 3.7 you just activate that environment.

Natsfan
  • 4,093
  • 3
  • 22
  • 29