Skip to content

Instantly share code, notes, and snippets.

@sueharaluke
Created May 12, 2018 12:02
Show Gist options
  • Save sueharaluke/7c461f4aff8dd3b1c025f935b4aaca55 to your computer and use it in GitHub Desktop.
Save sueharaluke/7c461f4aff8dd3b1c025f935b4aaca55 to your computer and use it in GitHub Desktop.
How to activate virtualenv in windows git bash.
Just copy the two files in this folder -> \Python34\Lib\venv\scripts\posix
And paste them here -> \Python34\Lib\venv\scripts\nt
Now you can activate it with Git Bash on Windows.
$ source ./Scripts/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment