Skip to content

Commit 78392f8

Browse files
committed
remove inexistant python3x.zip from pythonpath
1 parent b652e9b commit 78392f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

misc/bundle/launcher.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ set_python_path(void)
9191
CFStringRef str = make_filesystem_string(bundle_url);
9292
CFRelease(bundle_url);
9393
mstr = CFStringCreateMutableCopy(NULL, 5 * PATH_MAX, str);
94-
CFStringAppendCString(mstr, "/lib/python36.zip:", kCFStringEncodingUTF8);
95-
CFStringAppend(mstr, str);
9694
CFStringAppendCString(mstr, "/lib/python3.9:",
9795
kCFStringEncodingUTF8);
9896
CFStringAppend(mstr, str);

0 commit comments

Comments
 (0)