-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Hi,
I installed gitstack on my windows machine, and several proprietary tools failed. I then removed the environment vars PYTHON_PATH and PYTHON_HOME (as put in by the gitstack installer). Then my original tools all started working and now the web dashboard of gitstack gives me a 500. I presume it needs these vars to run ? How am I going to allow these 2 systems to co-exist ? I need python to be used by my tools based on using the vars if they exist, and a hard coded URL if not - this works for me. Gitstack needs these 2 vars to point to its own version of python that it came installed with. My tools are using 2.7.7, my gitstack defines the vars as
PYTHONPATH = C:\GitStack\python\lib
PYTHONHOME= C:\GitStack\python
Could I just set these 2 to be my python 2.7.7 install at C:\Python27\lib and C:\Python27 respectively ? Will gitstack be happy with 2.7.7. As my tools are not happy with GitStack/python (as this install is a subset and doesn't included packages such as serial etc.)