Skip to content
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

PBM起動時にsudoをつけるのをやめたい #282

Open
2 of 4 tasks
jiikko opened this issue Dec 16, 2023 · 0 comments
Open
2 of 4 tasks

PBM起動時にsudoをつけるのをやめたい #282

jiikko opened this issue Dec 16, 2023 · 0 comments

Comments

@jiikko
Copy link
Member

jiikko commented Dec 16, 2023

sudoをつけると何がいけないか

  • rbenvでインストールしたgemがrootでインストールされてしまう
  • 実行コマンドが長い
    • ex: sudo /home/pi/.rbenv/versions/3.1.2/bin/ruby app.rb

sudoを使わないことで ruby app.rb だけでよくなるし、バージョンの指定を .ruby-version で指定できるようになる。
また、副次的に脱inline bundlerもしやすくなる。


似たようなgemでpermissionを書き換えていたのでそれの真似をする。
https://github.com/AJFaraday/ruby-hid/blob/f55cb6f37efab5ef894bfa28c84537755a31d8bb/lib/ruby_hid/device.rb#L37-L40


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

No branches or pull requests

1 participant