Skip to content

Instantly share code, notes, and snippets.

View jack17529's full-sized avatar

Shivam Sharma jack17529

View GitHub Profile
@jack17529
jack17529 / Python3 Virtualenv Setup
Created March 22, 2017 18:33 — forked from evansneath/Python3 Virtualenv Setup
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