Answer the question
In order to leave comments, you need to log in
pip not working in powershell (just want to install virtualenv)?
The bottom line is that I want to put a python virtualenv,
I write a command in PowerShell, I open it in the project folder via Shift
pip install virtualenv
, it answers that the name "pip" is not recognized
I already have python 3.8 installed at the location C:\Users\Trimm\AppData\Roaming\ Microsoft\Windows\Start Menu\Programs\Python 3.8
Tried to write
setx PATH "%PATH%;C:\Users\Trimm\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.8"
npm install pip virtualenv
virtualenv my-venv
Answer the question
In order to leave comments, you need to log in
where pip
?
under Windows, the paths are usually %somepath%\Python.exe , but %somepath%\Scripts\Pip.exe , respectively, %somepath%\Scripts\ should also be in PATH
In general, Powershell has nothing to do with it. but you can see the paths in it if anything like$env:PATH
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question