Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

arduino.path instruction not working for Ubuntu #641

Closed
n9iels opened this issue Aug 19, 2018 · 3 comments
Closed

arduino.path instruction not working for Ubuntu #641

n9iels opened this issue Aug 19, 2018 · 3 comments
Assignees

Comments

@n9iels
Copy link

n9iels commented Aug 19, 2018

The README of this plugin states the following about the arduino.path:

arduino.path - Path to Arduino, you can use a custom version of Arduino by modifying this setting to include the full path. Example: C:\Program Files\Arduino for Windows, /Applications for Mac, /home/$user/Downloads/arduino-1.8.1 for Linux. (Requires a restart after change). The default value is automatically detected from your Arduino IDE installation path.

I noticed that these instructions are not working for Ubuntu 18.04. For some reason, the $user (or $USER) variable is not used. The plugin keeps complaining about an invalid arduino.path till I changed this variable to my username. So the variable is not translated to the actual username.

@czgtest
Copy link
Contributor

czgtest commented Aug 20, 2018

@n9iels Thank you for your feedback, arduino.path doesn't expand variables now, we will update readme file later.

@czgtest czgtest self-assigned this Aug 20, 2018
@czgtest
Copy link
Contributor

czgtest commented Aug 20, 2018

The arduino.path instruction has changed as bellow.
/home//Downloads/arduino-1.8.1 for Linux.

@czgtest czgtest closed this as completed Aug 20, 2018
@tzaroon
Copy link

tzaroon commented Mar 2, 2019

Just install:
sudo apt install python
pip install pyserial

everything works fine because arduino IDE works on python2.xx in ubuntu

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants