0
When I originally installed pip and numpy it was through python 37. I need to know how I can switch the installation to python 27 or if I need to uninstall it and reinstall it in a different file location accessible to python 2 and 3. Copy of cmd script is below:
C:\Users\jarob>pip -V pip 19.0.3 from c:\users\jarob\appdata\local\programs\python\python37\lib\site-packages\pip (python 3.7)
C:\Users\jarob>pip --version pip 19.0.3 from c:\users\jarob\appdata\local\programs\python\python37\lib\site-packages\pip (python 3.7)
C:\Users\jarob>pip install numpy Requirement already satisfied: numpy in c:\users\jarob\appdata\local\programs\python\python37\lib\site-packages (1.16.4) You are using pip version 19.0.3, however version 19.1.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.