Skip to content

Commit

Permalink
Symlink platformio to /usr/local.
Browse files Browse the repository at this point in the history
Since bazel doesn't search in ~/.local/bin for it.

github.com//issues/65
  • Loading branch information
ChrisCummins committed Jan 2, 2020
1 parent affbb1c commit 37b4d96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maker/arduino/DEPS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# For compiling arduino code:
all: python -m pip install 'platformio==4.1.0'
all: python3 -m pip install 'platformio==4.1.0'
all: test -f /usr/local/bin/platformio || sudo ln -s $(which platformio) /usr/local/bin/platformio
linux: # For arduino bazel rules:
linux: sudo apt install -y --no-install-recommends zip

0 comments on commit 37b4d96

Please sign in to comment.