I trying to setup virtualenvwrapper in GitBash (Windows 7), but get an error message "sh.exe"no such file or directory. I wrote in Bash next lines:
1 $ export WORKON_HOME=$HOME/.virtualenvs
2 $ export MSYS_HOME=/c/msys/1.0
3 $ source /usr/local/bin/virtualenvwrapper.sh
And the last line give me an error:
source /usr/local/bin/virtualenvwrapper.sh
sh.exe: /usr/local/bin/virtualenvwrapper.sh: No such file or directory
I use for helping this post:Python setup : command not found. When I run virtualenvwrapper in command line all works, but in GitBash not.