command not found: pipenv Resolved

Special Coder
Special Coder
7.6 هزار بار بازدید - 2 سال پیش - In this video you can
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
2 سال پیش در تاریخ 1401/09/26 منتشر شده است.
7,620 بـار بازدید شده
... بیشتر