Skip to content

Instantly share code, notes, and snippets.

View Airdawg5571's full-sized avatar

Airdawg Airdawg5571

  • Romania
View GitHub Profile
@michaelbrooks
michaelbrooks / .bash_virtualenvwrapper.sh
Last active February 2, 2019 13:51
.bashrc to enable virtualenvwrapper for MinGW bash shells
# If you are using a MinGW environment
# such as that provided by the bash shell included
# with GitHub for Windows, this script will
# make sure you have the necessary tools installed
# to run virtualenvwrapper.
#
# You can add the following to your .bashrc file to automatically
# download and run this gist when you start your shell:
#
# if [ ! -e $HOME/.bash_virtualenvwrapper.sh ]; then