You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm same bug. In fact after an asdf upgrade through brew, my shims directory vanished completelly, breaking totally the current asdf configuration I had to handle various Python installations.
I had to use Time Machine in order to bring back a backup copy of the shims directory prior to the upgrade.
Environment
OS:
Darwin MacBookPro.local 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:23 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6031 arm64
SHELL:
zsh 5.9 (arm64-apple-darwin24.0)
BASH VERSION:
3.2.57(1)-release
ASDF VERSION:
0.16.1
ASDF INTERNAL VARIABLES:
ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions
ASDF_DATA_DIR=/Users/inigo/.asdf
ASDF_CONFIG_FILE=/Users/inigo/.asdfrc
ASDF INSTALLED PLUGINS:
python https://github.com/danhper/asdf-python.git a3a01856098d6d2b9642e382f5b38e70275726d1
Describe the Bug
Version 0.16.1
macOS 15.3
Installed via Homebrew
If you're missing the shims folder running
asdf reshim
should recreate the folder, however it no longer does so.Steps to Reproduce
mv ~/.asdf/shims ~/.asdf/shims.bak
asdf reshim
~/.asdf/shims
does not exist and no shims are createdmkdir ~/.asdf/shims
asdf reshim
Expected Behaviour
After
asdf reshim
, the~/.asdf/shims
folder should be created before creating all the necessary shims.Actual Behaviour
Does not create the
~/.asdf/shims
folder, does not create shims.Environment
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered: