We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: Darwin VLAN2-dhcp147.is.env.kitakyu-u.ac.jp 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112 arm64 SHELL: zsh 5.9 (x86_64-apple-darwin23.0) BASH VERSION: 3.2.57(1)-release ASDF VERSION: v0.14.0 ASDF INTERNAL VARIABLES: ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions ASDF_DATA_DIR=/Users/matsumotokanta/.asdf ASDF_DIR=/opt/homebrew/opt/asdf/libexec ASDF_CONFIG_FILE=/Users/matsumotokanta/.asdfrc ASDF INSTALLED PLUGINS: python https://github.com/danhper/asdf-python.git master 5e277e2
brew update
brew upgrade
I ran python --version. Then I got the following error:
python --version
$HOME/.asdf/shims/python: line 3: /opt/homebrew/Cellar/asdf/0.13.1/libexec/bin/asdf: No such file or directory
So I edited $HOME/.asdf/shims/python to modify the version of asdf.
$HOME/.asdf/shims/python
I feel this is a bug.
When brew upgrade upgrades asdf, the script should modify the installed shims script to update the version of asdf.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Provide environment information
OS: Darwin VLAN2-dhcp147.is.env.kitakyu-u.ac.jp 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112 arm64 SHELL: zsh 5.9 (x86_64-apple-darwin23.0) BASH VERSION: 3.2.57(1)-release ASDF VERSION: v0.14.0 ASDF INTERNAL VARIABLES: ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions ASDF_DATA_DIR=/Users/matsumotokanta/.asdf ASDF_DIR=/opt/homebrew/opt/asdf/libexec ASDF_CONFIG_FILE=/Users/matsumotokanta/.asdfrc ASDF INSTALLED PLUGINS: python https://github.com/danhper/asdf-python.git master 5e277e2
To Reproduce
brew update
brew upgrade
Describe the Bug
I ran
python --version
.Then I got the following error:
So I edited
$HOME/.asdf/shims/python
to modify the version of asdf.I feel this is a bug.
Expected Behaviour
When
brew upgrade
upgrades asdf, the script should modify the installed shims script to update the version of asdf.The text was updated successfully, but these errors were encountered: