Skip to content

Instantly share code, notes, and snippets.

@ardian
Created December 7, 2016 02:58
Show Gist options
  • Save ardian/2d292119b5b285c340e1af2c2dc7600e to your computer and use it in GitHub Desktop.
Save ardian/2d292119b5b285c340e1af2c2dc7600e to your computer and use it in GitHub Desktop.
virtualenv -p /usr/bin/python3 yourenv
source yourenv/bin/activate
pip install package-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment