Search code examples
pythonpipenvpipenv-install

How to install pipenv on Windows?


I need to install pipenv on Windows and I use this tutorial. However I get an error. I use Python 3.9.13 and pip 22.3. I installed pipenv with this command pip install pipenv, then I have to do this:

enter image description here

but I didn`t get it. So I passed it and entered this command pipenv -h. Finaly I got this error:

enter image description here

Could you help me please?


Solution

  • You must add the Scripts directory to PATH environment variable as in the example below: