I wish I could call any version of Python that I installed on the Windows terminal (I have 2.7, 3.6 and 3.7). I would like to call you with python
, python36
and python37
or in any other way if you have more relevant ideas. However, when I tried to do it for Python 3.7, it did not seem to work.
C:\>set PATH=C:\Program Files\Python 3.7;%PATH%
C:\>set PYTHONPATH=%PYTHONPATH%;C:\My_python_lib
C:\>python
Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
Here are my environment variables: