Steps to reproduce
- Install python with
xcode-select --install
- Install Macvim via the .dmg file
- Launch Macvim and type
:python3 --version
- Launch Terminal.app and type
python3 --version
Expected behaviour
Macvim should find python, since it is installed by macOS.
Terminal.app replies Python 3.9.6
Macvim looks for the wrong default path. I guess it's really looking for
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/Python3
Version of Vim and architecture
9.0, macOS, arm64
Environment
macOS Ventura 13.1
How MacVim was installed
Downloaded from GitHub
Logs and stack traces
E370: Could not load library /opt/homebrew/Frameworks/Python.framework/Versions/
3.10/Python: dlopen(/opt/homebrew/Frameworks/Python.framework/Versions/3.10/Pyth
on, 0x0009): tried: '/opt/homebrew/Frameworks/Python.framework/Versions/3.10/Pyt
hon' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Framewor
ks/Python.framework/Versions/3.10/Python' (no such file), '/opt/homebrew/Framewo
rks/Python.framework/Versions/3.10/Python' (no such file), '/Library/Frameworks/
Python.framework/Versions/3.10/Python' (no such file), '/System/Library/Framewor
ks/Python.framework/Versions/3.10/Python' (no such file, not in dyld cache)
Vim configuration where issue is reproducable
No response
Issue has been tested with given configuration
Issue has been tested with no configuration
Other conditions
Steps to reproduce
xcode-select --install:python3 --versionpython3 --versionExpected behaviour
Macvim should find python, since it is installed by macOS.
Terminal.app replies
Python 3.9.6Macvim looks for the wrong default path. I guess it's really looking for
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/Python3Version of Vim and architecture
9.0, macOS, arm64
Environment
macOS Ventura 13.1
How MacVim was installed
Downloaded from GitHub
Logs and stack traces
Vim configuration where issue is reproducable
No response
Issue has been tested with given configuration
Issue has been tested with no configuration
mvim --clean(orgvim, supplied by MacVim distribution)vim --clean(in terminal, supplied by MacVim distribution)vim --clean(in terminal, other suppliers, e.g. /usr/bin/vim)Other conditions