Virtual environments python virtualenv
virtual environments python virtualenv
pip3 install pipenv- then just use pipenv while you’re in the right directory instead of pip3 to install dependencies
MacOS + brew (python framework build)
TYPE THESE INTO TERMINAL BEFORE INSTALLING PIPENV
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
installing pipenv
sudo pip3 install pipenv
running pipenv
cd path/to/project
pipenv install
- it will then tell you to pipenv shell to start the virtualenv