-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Assignment 1] (Can't run grading script) #276
Comments
Could you try |
I get |
Oh that is very strange... Can you try it again after running |
Apparently, I don't have any of those in .cargo folder. |
Then can you show what is in your |
Also, this issue might help |
I only have Regarding the issue you have sent, I have already seen it. People there say to follow instrcution on rustup.rs, which says to run this:
This command gives error |
Update: I went on with the installation despite the error. It seems to work now. Closing the issue. |
Related Issue
Didn't find any
Googling Result
https://users.rust-lang.org/t/rustup-command-not-found/78739
ChatGPT Result
https://chat.openai.com/share/f63e7378-8b18-43b7-a3f7-5817c2ff70d9
Your question here
Question is not about assignment 1 but more general. I am using provided development server. When I run
./scripts/grade.sh 1
in the terminal I get the following error:./scripts/grade-utils.sh: line 10: rustup: command not found
I figured I should install rustup and ran this script:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
However, the terminal says
error: cannot install while Rust is installed
, I have an option to continue installation, however, I'm not sure if I should do that. How can I solve this problem?Note: I am able to test my code with
cargo test --lib assignment01 -- --nocapture
, the problem is only with grading script.The text was updated successfully, but these errors were encountered: