Skip to content

Instantly share code, notes, and snippets.

@h3xh4wk
Created January 5, 2018 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3xh4wk/aef56636a5d19f1a82fb189f734481a9 to your computer and use it in GitHub Desktop.
Save h3xh4wk/aef56636a5d19f1a82fb189f734481a9 to your computer and use it in GitHub Desktop.
# config while working with git-sdk-Windows
$ cat ~/.bashrc
# config while working with git-sdk-Windows
export HOME=/home
export PATH=/usr/bin:$PATH
alias python=/usr/bin/python2
export WORKON_HOME="$HOME/.virtualenvs"
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python2
source /usr/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment