fury-old icon indicating copy to clipboard operation
fury-old copied to clipboard

Consider supporting Sdkman

Open odisseus opened this issue 4 years ago • 2 comments

Sdkman is a tool that manages various development environments. I just learned about its existence, but it seems to have attracted some interest.

It would be nice if that tool allowed the users to install Fury along with Java, IPFS and any other dependencies.

odisseus avatar Apr 20 '20 22:04 odisseus

Agreed. Having Fury install its own versions of these dependencies should be a last resort. We can add Graal Native Image to that list. The one exception is Java, where we may need to ensure an exact minor version because a build depends on it (#158) but that's not even a feature of Fury yet.

propensive avatar Apr 21 '20 07:04 propensive

I use this tool alot for messing around with different scala and Java versions, it's neat. Sdkman could be done in the near future, but I think that a docker image is a must. I think the average user is more comfortable with tinkering a new piece of software if its containerized, rather than adding more dotfiles to home directories.

veyga avatar May 09 '20 08:05 veyga