Skip to content

Commit b8c54b7

Browse files
author
Isaiah Noel Salazar
committed
update: fix path errors for pip
1 parent 2483bd6 commit b8c54b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyCS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void CreatePython()
7979
string extractPath = "python3_13";
8080
ZipFile.ExtractToDirectory(zipPath, extractPath);
8181

82-
using (FileStream fs = File.OpenWrite("python3_13\\python3_13._pth"))
82+
using (FileStream fs = File.OpenWrite("python3_13\\python313._pth"))
8383
{
8484
string toWrite = "python313.zip\r\n.\r\n\r\n# Uncomment to run site.main() automatically\r\nimport site\r\n";
8585
fs.Write(Encoding.UTF8.GetBytes(toWrite), 0, Encoding.UTF8.GetBytes(toWrite).Length);

0 commit comments

Comments
 (0)