Closed rocketraman closed 7 years ago
sdman is a virtualenv-like utility for the java ecosystem: http://sdkman.io/ (source: https://github.com/sdkman/sdkman-cli)
Currently, bass grabs the environment variables after running sdkman-init.sh, but does not setup the sdk command itself. I'm not sure what that is -- perhaps it has something to do with the nested source calls?
sdkman-init.sh
sdk
source
This is the same as many other tools such as nvm. The trick is to call sdk also with bass. See the readme section on nvm for an example.
sdman is a virtualenv-like utility for the java ecosystem: http://sdkman.io/ (source: https://github.com/sdkman/sdkman-cli)
Currently, bass grabs the environment variables after running
sdkman-init.sh
, but does not setup thesdk
command itself. I'm not sure what that is -- perhaps it has something to do with the nestedsource
calls?