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 2483bd6 commit b8c54b7Copy full SHA for b8c54b7
PyCS.cs
@@ -79,7 +79,7 @@ void CreatePython()
79
string extractPath = "python3_13";
80
ZipFile.ExtractToDirectory(zipPath, extractPath);
81
82
- using (FileStream fs = File.OpenWrite("python3_13\\python3_13._pth"))
+ using (FileStream fs = File.OpenWrite("python3_13\\python313._pth"))
83
{
84
string toWrite = "python313.zip\r\n.\r\n\r\n# Uncomment to run site.main() automatically\r\nimport site\r\n";
85
fs.Write(Encoding.UTF8.GetBytes(toWrite), 0, Encoding.UTF8.GetBytes(toWrite).Length);
0 commit comments