diff --git a/panda/src/doc/howto.install_panda_on_windows.cyg-1.3.2 b/panda/src/doc/howto.install_panda_on_windows.cyg-1.3.2 index 0e6ec8aeaa..10b69ad283 100644 --- a/panda/src/doc/howto.install_panda_on_windows.cyg-1.3.2 +++ b/panda/src/doc/howto.install_panda_on_windows.cyg-1.3.2 @@ -91,6 +91,11 @@ do 'source setup_env.csh' to do all of the below automatically > mkdir /c /f /g /h /i /j /v > mkdir /msvc98 /mscommon /mspsdk > mkdir /usr/local /usr/local/bin /usr/local/etc + + - Rename cygwin-installed python to avoid conflicts with required VRSTUDIO-compiled python, + which is custom-built to load sitecustomize.py and setup PYTHONPATH for our panda environment + + > mv /bin/python.exe /bin/python-cygwin.exe - Create some links expected by the attach scripts: > ln -s /bin/tcsh /bin/csh