-
-
Notifications
You must be signed in to change notification settings - Fork 398
Wording of installer script's warning about not finding arduino-cli in path is not clear #1238
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
Comments
I added the path so it finds angular-cli |
I think you have since realized that this message was telling you that the installation location was not in your It seems like maybe the wording of this message could be made more clear.
I don't know. The installation instructions seem to be clear about how to install Arduino CLI: |
this may be a stale bug report, but I just ran into this quirk. consider: I have arduino-cli on a few Linux PCs, and I wrote my own get-arduino-cli wrapper script arduino-cli not found. You might want to add "<my $HOME/bin>" to your $PATH OK, that was true, because the pdsh remote isn't reading my .profile a better warning message would be:
at least I'd know it's not my script that is expecting to find arduino-cli in the $PATH. |
Bug Report
I cloned the repo on a raspberry pi 4 and did install.sh
and it complains it does not find....arduino-cli
Current behavior
pi@raspberrypi:~/arduino-cli $ sudo ./install.sh
Installing in /home/pi/arduino-cli/bin
ARCH=ARMv7
OS=Linux
Using curl as download tool
TAG=0.17.0
CLI_DIST=arduino-cli_0.17.0_Linux_ARMv7.tar.gz
Downloading https://downloads.arduino.cc/arduino-cli/arduino-cli_0.17.0_Linux_ARMv7.tar.gz
arduino-cli not found. You might want to add /home/pi/arduino-cli/bin to your $PATH
arduino-cli alpha Version: 0.17.0 Commit: ab58758 Date: 2021-03-17T15:10:16Z installed successfully in /home/pi/arduino-cli/bin
Expected behavior
to install
Environment
arduino-cli version
): none5.4.51-v7l+
Additional context
I want to run arduino command from the command line since the arduino executable cannot to this anymore apparently
The text was updated successfully, but these errors were encountered: