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 b652e9b commit 78392f8Copy full SHA for 78392f8
misc/bundle/launcher.c
@@ -91,8 +91,6 @@ set_python_path(void)
91
CFStringRef str = make_filesystem_string(bundle_url);
92
CFRelease(bundle_url);
93
mstr = CFStringCreateMutableCopy(NULL, 5 * PATH_MAX, str);
94
- CFStringAppendCString(mstr, "/lib/python36.zip:", kCFStringEncodingUTF8);
95
- CFStringAppend(mstr, str);
96
CFStringAppendCString(mstr, "/lib/python3.9:",
97
kCFStringEncodingUTF8);
98
CFStringAppend(mstr, str);
0 commit comments