File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ endif
3232" or an installation from python.org:
3333if exists (" &pythonthreedll" ) && exists (" &pythonthreehome" ) &&
3434 \ ! filereadable (&pythonthreedll )
35- if filereadable (" /opt/local/Library/Frameworks/Python.framework/Versions/3.8 /Python" )
36- " MacPorts python 3.8
37- set pythonthreedll = /opt/ local/Library/ Frameworks/Python.framework/ Versions/3.8 / Python
38- elseif filereadable (" /Library/Frameworks/Python.framework/Versions/3.8 /Python" )
35+ if filereadable (" /opt/local/Library/Frameworks/Python.framework/Versions/3.9 /Python" )
36+ " MacPorts python 3.9
37+ set pythonthreedll = /opt/ local/Library/ Frameworks/Python.framework/ Versions/3.9 / Python
38+ elseif filereadable (" /Library/Frameworks/Python.framework/Versions/3.9 /Python" )
3939 " https://www.python.org/downloads/mac-osx/
40- set pythonthreedll = /Library/ Frameworks/Python.framework/ Versions/3.8 / Python
40+ set pythonthreedll = /Library/ Frameworks/Python.framework/ Versions/3.9 / Python
4141 endif
4242endif
4343
You can’t perform that action at this time.
0 commit comments