garden: automatically activate the "env3" virtualenv
[git-cola.git] / contrib / win32 / pynsist-preamble.py
blob7be693621fbcc89e6e04313b5b89385a9cc71f7b
1 import os
3 pythondir = os.path.join(installdir, 'Python') # noqa
4 path = os.environ.get('PATH', '')
5 os.environ['PATH'] = os.pathsep.join([pythondir, pkgdir, path]) # noqa