[py-svn] r12121 - py/dist/py/misc

ggheo at codespeak.net ggheo at codespeak.net
Mon May 9 17:52:29 CEST 2005


Author: ggheo
Date: Mon May  9 17:52:29 2005
New Revision: 12121

Modified:
   py/dist/py/misc/_dist.py
Log:
Create win32 subdirectory of py\bin directory and put win32-specific batch files in it.


Modified: py/dist/py/misc/_dist.py
==============================================================================
--- py/dist/py/misc/_dist.py	(original)
+++ py/dist/py/misc/_dist.py	Mon May  9 17:52:29 2005
@@ -96,7 +96,7 @@
         return
     
     # Add py/bin to PATH environment variable
-    bindir = os.path.join(sysconfig.get_python_lib(), "py", "bin")
+    bindir = os.path.join(sysconfig.get_python_lib(), "py", "bin", "win32")
     reg = _winreg.ConnectRegistry(None, _winreg.HKEY_LOCAL_MACHINE)
     key = r"SYSTEM\CurrentControlSet\Control\Session Manager\Environment"
     path = get_registry_value(reg, key, "Path")



More information about the pytest-commit mailing list