nss-day-cohort-46 / How-to-Ask-for-Help

0 stars 0 forks source link

[QUICK ISSUE] Ch 1 Install errors #230

Closed blusanders closed 3 years ago

blusanders commented 3 years ago

Name: Blu and Co

Breakout Room: Bizz Buzz

REQUIRED Question or issue:

Install errors on 3rd party software

REQUIRED Check all that apply:

Code Snippet

pipenv install autopep8 watchgod
blusanders commented 3 years ago

virtual env starts but installs won't work

hannahhall commented 3 years ago

Needed to check the folder pipenv shell was run in. If accidentally run in the home folder, you'll need to remove the pipfile and virtual environment

rm ~/Pipfile
exit
rm -rf <path to virtual environment>