purduesigbots / pros-cli2

Command Line Interface for managing PROS projects
http://pros.cs.purdue.edu
Mozilla Public License 2.0
13 stars 10 forks source link

"PROS CLI was not found on your PATH!" upon fresh installation #38

Closed Aponthis closed 7 years ago

Aponthis commented 7 years ago

Expected Behavior:

PROS package for Atom installs without issue

Actual Behavior:

screenshot from 2017-06-20 14-50-10

Steps to reproduce:

-Install Atom -Install PROS package and all dependencies that are prompted

System information:

Operating System: Ubuntu 16.04.2 LTS 8 GB of RAM, 1 TB hard drive, any other applicable specs can be given if needed

PROS Version: (run pros --version)

Plugin is on 0.7.0

pros --version says command not found

Additional Information

I have tried clicking "restart." A restart does not fix this issue. I also completely reinstalled the PROS package and then Atom, but neither worked.

Screenshots/Output Dumps/Stack Traces

edjubuh commented 7 years ago

Hi @Aponthis, thanks for using PROS!

The PROS plugin for Atom does not install the CLI or PROS toolchain. Our install script here will do it all for you. However, since you're already most of the way there it may be quicker to install the packages manually.

The following should be sufficient:

apt install git clang gcc-arm-none-eabi python3 python3-pip
pip3 install pros-cli
Aponthis commented 7 years ago

It was sufficient! Thank you.