File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ endif
3737" or an installation from python.org:
3838if exists (" &pythonthreedll" ) && exists (" &pythonthreehome" ) &&
3939 \ ! filereadable (&pythonthreedll )
40- if filereadable (" /opt/local/Library/Frameworks/Python.framework/Versions/3.7 /Python" )
41- " MacPorts python 3.7
42- set pythonthreedll = /opt/ local/Library/ Frameworks/Python.framework/ Versions/3.7 / Python
43- elseif filereadable (" /Library/Frameworks/Python.framework/Versions/3.7 /Python" )
40+ if filereadable (" /opt/local/Library/Frameworks/Python.framework/Versions/3.8 /Python" )
41+ " MacPorts python 3.8
42+ set pythonthreedll = /opt/ local/Library/ Frameworks/Python.framework/ Versions/3.8 / Python
43+ elseif filereadable (" /Library/Frameworks/Python.framework/Versions/3.8 /Python" )
4444 " https://www.python.org/downloads/mac-osx/
45- set pythonthreedll = /Library/ Frameworks/Python.framework/ Versions/3.7 / Python
45+ set pythonthreedll = /Library/ Frameworks/Python.framework/ Versions/3.8 / Python
4646 endif
4747endif
4848
You can’t perform that action at this time.
0 commit comments