Browse Source

*** empty log message ***

cxgeorge 24 years ago
parent
commit
a5ad9bcaa4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      panda/src/doc/howto.install_panda_on_windows.cyg-1.3.2

+ 5 - 0
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