mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Let PyWin32 extension installer find this python
Not sure the correctness of it but this two lines will fix the issue that pywin32 extension installer being unable to find python installed with scoop. pywin32 installer : http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/ Reference : http://tech.valgog.com/2010/01/after-installing-64-bit-windows-7-at.html
This commit is contained in:
parent
2b9cb4e230
commit
04c0ac9d8e
@ -37,6 +37,8 @@
|
||||
$create_reg.Invoke(\"Classes\\.py\", \"Python.File\")
|
||||
$create_reg.Invoke(\"Python\\PythonCore\\3.4\\InstallPath\", `
|
||||
\"$dir\")
|
||||
$create_reg.Invoke(\"Python\\PythonCore\\3.4\\PythonPath\", `
|
||||
\"$dir;$dir\\Lib\\;$dir\\DLLs\\\")
|
||||
",
|
||||
"checkver": "<p>Latest: <a href=\".*\">Python ([0-9\\.]+)</a> - <a.*>.*</a></p>"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user