command not found: pipenv Resolved

Опубликовано: 15 Октябрь 2024
на канале: Special Coder
8,232
80

In this video you can fix your issue command not found: pipenv if you are using mac or linux based systems


in windows we can get binary directory by using
python -m site --user-site

you will get result like
C:\Users\Username\AppData\Roaming\Python36\site-packages

now replace site-packages with Scripts . this would return

C:\Users\Username\AppData\Roaming\Python36\Scripts

now set this path in the environment using control panel and
everything should work fine

the link from where I got the solution.
https://docs.python-guide.org/dev/vir...

#python #pythonprogramming #django