Skip to content

Instantly share code, notes, and snippets.

@evandroferreiras
Created April 2, 2018 23:20
Show Gist options
  • Save evandroferreiras/56ed43c3e1ecae4fb38fed9339e228c4 to your computer and use it in GitHub Desktop.
Save evandroferreiras/56ed43c3e1ecae4fb38fed9339e228c4 to your computer and use it in GitHub Desktop.
virtualenv -p python3.5 .env
source .env/bin/activate
@dalmosantos
Copy link

virtualenv -p $(which python3) .env

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment