Replies: 3 comments 5 replies
-
https://github.com/ScoopInstaller/Scoop/wiki/Switching-Ruby,-Python-and-PHP-Versions if you do not want always switching them, then use absolute paths in tools you are using. or if you want to switch to 'patch' version, example:
maybe you need this too: |
Beta Was this translation helpful? Give feedback.
-
Scoop does not have such a feature, and it's unlikely that it'll ever do. This is because it's a generic package manager. Such facility makes sense for individual toolchain managers like nvm or asdf, some of which you can install through Scoop itself. |
Beta Was this translation helpful? Give feedback.
-
Additionally, shortcuts are used to access GUI programs, and shims are used for console/terminal programs. |
Beta Was this translation helpful? Give feedback.
-
Given scoop can install multiple versions of an app, is there any potential for an enhancement allowing a version to be specified for a specific folder/dir? I'm thinking of the way asdf uses '.tool-versions' for per-project version config.
I admit I'm a bit in the dark about how scoop works (I see there are shims but they seem not to be used for launching apps?), so it's possible I'm asking a daft question (sorry if so!).
Beta Was this translation helpful? Give feedback.
All reactions