-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
During my attempt to properly complete lab 7 I was unable to run the courseutils commands.
Here is my process for the lab:
- I directed to my systems folder in my directory
- I then completed these steps
git clone https://github.com/introcompsys/courseutils
cd courseutils
pip3 install .
- After I ran those commands I ran the next steps
cd courseutils
git pull
pip3 install .
- Then I ran the next step
pip3 install git+https://github.com/introcompsys/courseutils
- Then I ran this step
gh pr list -s all --json title,latestReviews > badges.json
sysapprovedbadges badges.json
I was able to run the first command without any issues but when I tried to run the second command I was met with an error:
zsh: command not found: sysapprovedbadges
After this I was unsuccessful in running the command.
Metadata
Metadata
Assignees
Labels
No labels