I'm not able to use JUST
#499
Answered
by
mds1
ShubhSensei
asked this question in
Application Development
-
Error
Possible Reason
Can anyone tell me, how to solve this? |
Beta Was this translation helpful? Give feedback.
Answered by
mds1
Jun 21, 2024
Replies: 0 comments 2 replies
-
You just need to add the directory of cargo binaries to your PATH. For example (it might be different on windows): export CARGO_PATH="$HOME/.cargo"
export PATH="$PATH:$CARGO_PATH/bin" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ShubhSensei
-
@ShubhSensei thanks for being interested in contributing to optimism. This repo is for technical spec discussion, asking about |
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
You just need to add the directory of cargo binaries to your PATH. For example (it might be different on windows):