Skip to content

arduino-cli commands not recognized across folders #705

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

Closed
MicheleCioccarelli opened this issue May 13, 2020 · 5 comments
Closed

arduino-cli commands not recognized across folders #705

MicheleCioccarelli opened this issue May 13, 2020 · 5 comments
Assignees
Labels
os: windows Specific to Windows operating system topic: packaging Related to the release distribution package type: enhancement Proposed improvement

Comments

@MicheleCioccarelli
Copy link

I recently downloaded the arduino-cli and i was following the official tutorial to get started, but the command line kept saying that it didn't recognize "arduino-cli"
Today i discovered that if I place the file "arduino-cli.exe" in the folder I am working on, everything is fine.
Is this intended?

@ubidefeo
Copy link

@MicheleCioccarelli
The arduino-cli.exe command should be reachable within your system's search path.
Because on Windows you don't have an installer but just download the .exe file you'll have to manually copy it it some path your system can reach easily.
You can take a look at this article (first one which came out of a google search) and it should apply.
Let me know if you sort it out.

@rsora I was surprised this bit about installing on Windows is not part of the doc :)

@rsora
Copy link
Contributor

rsora commented May 13, 2020

I summon @per1234 to the rescue 😸
We could also think about generating a .msi installer as I saw here

@rsora rsora added the topic: documentation Related to documentation for the project label May 13, 2020
@ubidefeo
Copy link

documentation is key, but I'll leave the decision to create an .msi installer to you.
I don't like that much when it comes to command line tools, but it's just my opinion ;)

@per1234 per1234 removed the topic: documentation Related to documentation for the project label Dec 21, 2020
@per1234 per1234 reopened this Mar 30, 2021
@rsora rsora added the topic: packaging Related to the release distribution package label Sep 22, 2021
@per1234 per1234 added type: enhancement Proposed improvement os: windows Specific to Windows operating system labels Mar 31, 2022
@per1234 per1234 assigned ubidefeo and unassigned per1234 and rsora Mar 31, 2022
@umbynos
Copy link
Contributor

umbynos commented Oct 18, 2022

Hi @MicheleCioccarelli we now have a MSI installer 🥳 This installer will also place the binary in the windows PATH env variable.

@umbynos umbynos closed this as completed Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os: windows Specific to Windows operating system topic: packaging Related to the release distribution package type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

6 participants