Skip to content

Commit ace19ca

Browse files
committed
Python 3.9
1 parent 9b2ee3b commit ace19ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PythonSupport/SwiftBundle.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public func initialize() {
101101
let pythonHome = Bundle.module.bundleURL.path
102102
setenv("PYTHONHOME", pythonHome, 1)
103103

104-
setenv("PYTHONPATH", "\(pythonHome)/lib/python3.8/:\(pythonHome)/lib/python3.8/site-packages", 1)
104+
setenv("PYTHONPATH", "\(pythonHome)/lib/python3.9/:\(pythonHome)/lib/python3.9/site-packages", 1)
105105

106106
setenv("TMP", NSTemporaryDirectory(), 1)
107107

0 commit comments

Comments
 (0)