Skip to content
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

courseutils commands not running #31

Open
trevmoy opened this issue Oct 26, 2023 · 0 comments
Open

courseutils commands not running #31

trevmoy opened this issue Oct 26, 2023 · 0 comments

Comments

@trevmoy
Copy link

trevmoy commented Oct 26, 2023

During my attempt to properly complete lab 7 I was unable to run the courseutils commands.

Here is my process for the lab:

  1. I directed to my systems folder in my directory
  2. I then completed these steps
git clone https://github.com/introcompsys/courseutils
cd courseutils
pip3 install .
  1. After I ran those commands I ran the next steps
cd courseutils
git pull
pip3 install .
  1. Then I ran the next step
pip3 install git+https://github.com/introcompsys/courseutils
  1. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant