Upgrade python in venv

The python version is 2.7.5. I want to use python 3.7 and above. How do I specify the python version while creating virtual env?

Hi Aaron,

You can use the Python3 as mentioned in My Lab → Notes.

In order to use python 3, run the following in console/shell/terminal: export PATH=/usr/local/anaconda/bin:$PATH After this running python will launch python 3.