File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set langmenu=none
1919" version. However, following code tries to find a Homebrew, MacPorts or
2020" an installation from python.org:
2121if exists (" &pythondll" ) && exists (" &pythonhome" )
22- if filereadable (" /usr/local/Library/ Frameworks/Python.framework/Versions/2.7/Python" )
22+ if filereadable (" /usr/local/Frameworks/Python.framework/Versions/2.7/Python" )
2323 " Homebrew python 2.7
2424 set pythondll = /usr/ local/Frameworks/ Python.framework/Versions/ 2.7 /Python
2525 set pythonhome = /usr/ local/Frameworks/ Python.framework/Versions/ 2.7
@@ -29,8 +29,8 @@ if exists("&pythondll") && exists("&pythonhome")
2929 set pythonhome = /opt/ local/Library/ Frameworks/Python.framework/ Versions/2.7
3030 elseif filereadable (" /Library/Frameworks/Python.framework/Versions/2.7/Python" )
3131 " https://www.python.org/downloads/mac-osx/
32- set pythonthreedll = /Library/ Frameworks/Python.framework/ Versions/2.7/ Python
33- set pythonthreehome = /Library/ Frameworks/Python.framework/ Versions/2.7
32+ set pythondll = /Library/ Frameworks/Python.framework/ Versions/2.7/ Python
33+ set pythonhome = /Library/ Frameworks/Python.framework/ Versions/2.7
3434 endif
3535endif
3636
You can’t perform that action at this time.
0 commit comments