Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

OSX: Also look for arduino in ~/Applications/ #185

Closed
wants to merge 1 commit into from
Closed

OSX: Also look for arduino in ~/Applications/ #185

wants to merge 1 commit into from

Conversation

nthapaliya
Copy link

Some people like to install Arduino.app in their home folder. For such a case, this one line addition allows ino to look for in the arduino installation in $USER.

Note: A more involved rewrite could allow the user to specify where they have installed the arduino libs via command line or a config file.

Some people like to install Arduino.app in their home folder. In this case, just a simple addition of where to look for in the arduino_dist_dir_guesses. A more involved rewrite could allow the user to specify where they have installed the arduino libs via command line or a config file.
@nthapaliya nthapaliya changed the title OSX: Also for arduino in ~/Applications/ OSX: Also look for arduino in ~/Applications/ Jul 17, 2014
@ches
Copy link

ches commented Apr 22, 2015

👍 especially because symlinking into ~/Applications is default behavior for Homebrew Cask. This is an easy install method:

$ brew cask install arduino
$ brew install ino

There are still other problems with current IDE versions like #244, but I agree with including ~/Applications in the default search paths nonetheless.

@ches
Copy link

ches commented Apr 22, 2015

Duplicate of #132

@jottr
Copy link

jottr commented May 14, 2015

👍

@nthapaliya nthapaliya closed this Feb 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants