Replies: 1 comment
-
I tried the workaround I metioned myself and had success, though it feels very hacky: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use SDKMAN from a Python CLI to install SDKs. Though I seem to be unable to run
sdk
via thesubprocess
module provided by Python because I am unable to source the init script before callingsdk
:Is there a way to get around this? I guess one way would be to generate a bash script and call that instead of running
sdk
directly.Beta Was this translation helpful? Give feedback.
All reactions