Skip to content

Instantly share code, notes, and snippets.

View stephaniemdavis's full-sized avatar
🎯
Focusing

Stephanie M. Davis stephaniemdavis

🎯
Focusing
View GitHub Profile
@evansneath
evansneath / Python3 Virtualenv Setup
Last active March 7, 2022 16:31
Setting up and using Python3 Virtualenv
To install virtualenv via pip
$ pip3 install virtualenv
Note that virtualenv installs to the python3 directory. For me it's:
$ /usr/local/share/python3/virtualenv
Create a virtualenvs directory to store all virtual environments
$ mkdir somewhere/virtualenvs
Make a new virtual environment with no packages