Skip to content

Commit

Permalink
Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Oct 30, 2021
1 parent 9b2ee3b commit ace19ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PythonSupport/SwiftBundle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public func initialize() {
let pythonHome = Bundle.module.bundleURL.path
setenv("PYTHONHOME", pythonHome, 1)

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)

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

Expand Down

0 comments on commit ace19ca

Please sign in to comment.