I tried to type pip install pipenv
in Visual Studio Code, then i got 'pip' is not recognized as an internal or external command, operable program or batch file.
So i was looking for some solution at the internet and there i found that i have to add path to windows enviroment variables. I found the pip file in location C:\Users\MyName\AppData\Local\Programs\Python\Python38-32\Scripts\
and there are pip3.8
, pip3
, pip
, pipenv
and any other files. Also i found in location C:\Users\MyName\AppData\Local\Programs\Python\Python37-32\Scripts\
files: pip
, pip3.7
, pip3
(it is from older version of python i think). The current PATH
in system enviroment variables is C:\Users\Patrik\AppData\Local\Programs\Python\Python38-32\Scripts\pip3.8.exe
. I tried to reinstall python, add pip during installation and nothing helped me to fix it.
Any ideas guys?
I'm using Windows 8.1 and Python 3.8