Skip to content

Instantly share code, notes, and snippets.

@fprieur
Created January 9, 2014 21:23
Show Gist options
  • Save fprieur/8342293 to your computer and use it in GitHub Desktop.
Save fprieur/8342293 to your computer and use it in GitHub Desktop.
install virtualenv with python 3.3 on ubuntu
virtualenv --verbose -p /usr/bin/python3.3 ~/.virtualenvs/pywork3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment