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 9b2ee3b commit ace19caCopy full SHA for ace19ca
Sources/PythonSupport/SwiftBundle.swift
@@ -101,7 +101,7 @@ public func initialize() {
101
let pythonHome = Bundle.module.bundleURL.path
102
setenv("PYTHONHOME", pythonHome, 1)
103
104
- setenv("PYTHONPATH", "\(pythonHome)/lib/python3.8/:\(pythonHome)/lib/python3.8/site-packages", 1)
+ setenv("PYTHONPATH", "\(pythonHome)/lib/python3.9/:\(pythonHome)/lib/python3.9/site-packages", 1)
105
106
setenv("TMP", NSTemporaryDirectory(), 1)
107
0 commit comments