Skip to content

Instantly share code, notes, and snippets.

@vbajpai
Last active August 29, 2015 13:57
Show Gist options
  • Save vbajpai/9515165 to your computer and use it in GitHub Desktop.
Save vbajpai/9515165 to your computer and use it in GitHub Desktop.
virtualenv using python3
% virtualenv -p /usr/bin/python3 $HOME/.virtualenv/py3env
% source $HOME/.virtualenv/py3env/bin/activate
% pip freeze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment