Git Product home page Git Product logo

Comments (3)

gabrielburnworth avatar gabrielburnworth commented on July 18, 2024 1

Yes, if installing via LXTerminal in the GUI and you get bash: gem: command not found, you'll need to run lxterminal -e "bash -il" and then continue installation in the new terminal that opens:

cd farmbot-raspberry-pi-controller
gem install bundler
bundle install
rake db:setup
ruby setup.rb

from farmbot_os.

gabrielburnworth avatar gabrielburnworth commented on July 18, 2024

Did you follow all the steps in the readme under Installation on a Raspberry Pi?

I don't see sudo apt-get remove ruby* --purge in the output you pasted. Also, do not use sudo for gem install bundler or bundle install. The errors are likely due to the wrong ruby version (it seems to by trying to use ruby 2.1 /usr/bin/ruby2.1 while at least version 2.2 is needed) and bundle install having been run as root (Permission denied). You may need to start fresh and follow the instructions as linked above.

from farmbot_os.

RickCarlino avatar RickCarlino commented on July 18, 2024

Side note for anyone who found this issue via searching: This one may also be due to the fact that he installed RVM using LXTerm on the GUI side of the Pi.

He is currently working through these steps to see if it helps calm the RVM issues.

from farmbot_os.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.