Installing ActivePython screws up PATH in Wine?
In Wine, I can happily install mingw and add it to the global PATH by editing the registry key PATH in [System\\CurrentControlSet\\Control\\Session Manager\\Environment] However, once I install ActivePython, something gets screwed up, and from then on, 'PATH' in CMD says PATH="C:\Python26\";;C:\Python26\; even if I remove that bit from that registry key and add other directories. Anyone know what the heck is going on?
On 2009.06.01 08:40, Dan Kegel wrote:
In Wine, I can happily install mingw and add it to the global PATH by editing the registry key PATH in [System\\CurrentControlSet\\Control\\Session Manager\\Environment]
However, once I install ActivePython, something gets screwed up, and from then on, 'PATH' in CMD says PATH="C:\Python26\";;C:\Python26\; even if I remove that bit from that registry key and add other directories. Anyone know what the heck is going on? Maybe it sets PATH as local variable in HKEY_CURRENT_USER/Environment?
http://www.winehq.org/docs/wineusr-guide/environment-variables
participants (2)
-
Aurimas Fišeras -
Dan Kegel