You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I encountered an issue while trying to run the grading script on the server provided for the assignment. The script fails with the following error message:
./scripts/grade-utils.sh: line 10: rustup: command not found
Steps to Reproduce:
Run the following command in the terminal:
./scripts/grade.sh 01
The script fails, indicating that rustup is not installed or not found.
What I Tried:
I attempted to check the installation of rustc and cargo using:
rustc -V
cargo -V
Both commands returned errors:
rustc: command not found
cargo: command not found
I attempted to run sudo apt update to resolve the issue, but my user account does not have sudo privileges on the server.
Environment:
Related Links:
I found a related issue on the Rustup GitHub repository: GitHub Issue #686
ChatGPT suggested checking the installation of rustc and cargo, and running sudo apt update.
Expected Behavior
The grading script should run successfully without encountering the rustup: command not found error.
Actual Behavior
The grading script fails due to the missing rustup command.
Additional Information
My account does not have sudo privileges, so I am unable to install rustup or perform a system update.
I am using the server resources provided by the course.
The text was updated successfully, but these errors were encountered:
Description
I encountered an issue while trying to run the grading script on the server provided for the assignment. The script fails with the following error message:
./scripts/grade-utils.sh: line 10: rustup: command not found
Steps to Reproduce:
Run the following command in the terminal:
./scripts/grade.sh 01
The script fails, indicating that rustup is not installed or not found.
What I Tried:
I attempted to check the installation of rustc and cargo using:
rustc -V
cargo -V
Both commands returned errors:
rustc: command not found
cargo: command not found
I attempted to run sudo apt update to resolve the issue, but my user account does not have sudo privileges on the server.
Environment:

Related Links:
I found a related issue on the Rustup GitHub repository: GitHub Issue #686
ChatGPT suggested checking the installation of rustc and cargo, and running sudo apt update.
Expected Behavior
The grading script should run successfully without encountering the rustup: command not found error.
Actual Behavior
The grading script fails due to the missing rustup command.
Additional Information
My account does not have sudo privileges, so I am unable to install rustup or perform a system update.
I am using the server resources provided by the course.
The text was updated successfully, but these errors were encountered: