We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6338cf commit 1d36151Copy full SHA for 1d36151
Python.Deployment/Installer.cs
@@ -88,7 +88,8 @@ await Task.Run(() =>
88
{
89
try
90
91
- ZipFile.ExtractToDirectory(zip, zip.Replace(".zip", ""));
+ //ZipFile.ExtractToDirectory(zip, zip.Replace(".zip", ""));
92
+ ZipFile.ExtractToDirectory(zip, PythonDirectoryName);
93
94
// allow pip on embedded python installation
95
// see https://github.com/pypa/pip/issues/4207#issuecomment-281236055
0 commit comments