command not found: pipenv Resolved

preview_player
Показать описание
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.

#python #pythonprogramming #django
Рекомендации по теме
Комментарии
Автор

sudo -H pip3 install -U pipenv THIS WILL WORK FOR MAC MONTEREY

manojk
Автор

Thanks for the help it resolved my issue

shivprakashshukla
Автор

Hey, I have a problem, so I am using windows and this is what i get after typing python -m site --user-site: I don't know what i should do next, how do i set a path in environment?

piecyq
Автор

this solution is not working, done every step you have shown.please respond if you have any solution

showravdhar