Replies: 4 comments
-
source ~/.bashrc should do the trick. |
Beta Was this translation helpful? Give feedback.
0 replies
-
source ~/.bashrc should do the trick. Minimally just add ~/.jbang/bin to your PATH. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi. For future reference, merely running |
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
-
Hi,
This is the last(?) message when installing JBang. But what if we are installing JBang in a Dockerfile and later in the same Dockerfile we want to run the
jbang
command, e.g. to setJAVA_HOME
? Is there a solution here?In my case,
eval $(jbang jdk java-env)
failed the docker build because of this situation.Beta Was this translation helpful? Give feedback.
All reactions