Missing PROS V5 CLI Error

Hello, I have recently installed PROS on my Lubuntu machine, and within the ATOM editor there is this error:
PROS CLI was not found in your PATH! Make sure PROS CLI is installed and available on PATH.

How would I add the CLI to the path variable? I have verified that the CLI is installed.

look here.
specifically this:

Updating to the new version

Python PIP

Run pip install https://github.com/purduesigbots/pros-cli3/releases/download/3.1.3/pros_cli_v5-3.1.3-py3-none-any.whl (or pip3 , depending on your system)

you probably want to change 3.1.3 to 3.1.4

1 Like

Agreed, make sure you have Python3.6 installed and also Python3-pip.