File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set langmenu=none
19
19
" version. However, following code tries to find a Homebrew, MacPorts or
20
20
" an installation from python.org:
21
21
if 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" )
23
23
" Homebrew python 2.7
24
24
set pythondll = /usr/ local/Frameworks/ Python.framework/Versions/ 2.7 /Python
25
25
set pythonhome = /usr/ local/Frameworks/ Python.framework/Versions/ 2.7
@@ -29,8 +29,8 @@ if exists("&pythondll") && exists("&pythonhome")
29
29
set pythonhome = /opt/ local/Library/ Frameworks/Python.framework/ Versions/2.7
30
30
elseif filereadable (" /Library/Frameworks/Python.framework/Versions/2.7/Python" )
31
31
" 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
34
34
endif
35
35
endif
36
36
You can’t perform that action at this time.
0 commit comments