Skip to content

courseutils commands not running #31

@trevmoy

Description

@trevmoy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions