garden: automatically activate the "env3" virtualenv
[git-cola.git] / contrib / win32 / README.md
blob80f290f52f81b1f7c2d75b38147b2900ca1119e1
1 Windows Tips
2 ============
3 * git-cola is tested on Git for Windows.
4 * Other git environments should work fine as long as `git`
5   can be found in the $PATH.
6 * The provided `cola` shell script can be used to launch *git-cola*
7   if you do not want to keep `python.exe` in your $PATH.
8 * If your python is installed in a location other than `/c/Python*/`
9   then you can tell the `cola` script about it by setting the
10   `cola.pythonlocation` git configuration variable.  e.g.:
12    $ git config --global cola.pythonlocation "/c/Python27/python.exe"