Replies: 3 comments
-
A few things to mention here. Firstly, we only support JVM SDKs so node/ruby/python will never be candidates on SDKMAN as they already have their own installers. Regarding installing packages at arbitrary places on the filesystem: we purposefully do not allow this. SDKMAN installs it's candidates under the home directory on a per user basis. All candidates are always placed under the Last thing to mention is that we will never permit SDKMAN is an opinionated tool and has served its purpose very well up to this point. Our primary goal is to be a tool that makes the life of JVM developers easy. We provide you with an easy way to install all your tools so you can get on with the task of developing. The opinionated approach we have used has served us very well to achieve our goal over the years. |
Beta Was this translation helpful? Give feedback.
-
If you noticed I edited my message to install I actually built fnm, which means I had to download another Rust nightly, but that's another story. My issue was about sharing storage space between users, but I see your tool is very focused. Thank you for writing it and thank you for your insight. |
Beta Was this translation helpful? Give feedback.
-
Also, I can't mark your comment as an answer. |
Beta Was this translation helpful? Give feedback.
-
SDKMAN 5.14.1
Ubuntu 20.04
Let's say I wanted to install
node
for all users on my systemI would like to be able to say this:
-R
option is sosdkman
will choose a directory name for me under/opt
sudo
latest
. I don't know if this works currently or not.Beta Was this translation helpful? Give feedback.
All reactions