Yay! I'm on Rails!
2037 단어 신인 프로그래머 응원SQLite3루비Rails
소개
처음 Ruby on Rails
기념입니다.
on Rails!
선배 여러분이 하면 익숙한 화면일지도 모릅니다만, 기쁩니다.
환경
raspberrypi.bashpi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.4.45-v7+ #1321 SMP Wed Jun 10 17:33:27 BST 2020 armv7l GNU/Linux
보시다시피,raspberry pi 3 B+
에 raspberrypi
OS
끼워 넣은 곳
예에 따라 sqlite
로 끼워져 있습니다.
여기 -Qiita 을 참고로 해 극복했습니다.
Gemfile
편집
gem 'sqlite3', '1.3.13'
bundle install
명령
bundle.bash$ sudo apt-get install libsqlite3-dev
$ sudo gem install sqlite3-ruby -- --with-sqlite3-include=/usr/include
$ gem install sqlite3 -v '1.3.13'
$ bundle install --path vendor/bundle
요약
선배 여러분이 하면 익숙한 화면일지도 모릅니다만, 기쁩니다.
환경
raspberrypi.bashpi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.4.45-v7+ #1321 SMP Wed Jun 10 17:33:27 BST 2020 armv7l GNU/Linux
보시다시피,raspberry pi 3 B+
에 raspberrypi
OS
끼워 넣은 곳
예에 따라 sqlite
로 끼워져 있습니다.
여기 -Qiita 을 참고로 해 극복했습니다.
Gemfile
편집
gem 'sqlite3', '1.3.13'
bundle install
명령
bundle.bash$ sudo apt-get install libsqlite3-dev
$ sudo gem install sqlite3-ruby -- --with-sqlite3-include=/usr/include
$ gem install sqlite3 -v '1.3.13'
$ bundle install --path vendor/bundle
요약
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.4.45-v7+ #1321 SMP Wed Jun 10 17:33:27 BST 2020 armv7l GNU/Linux
예에 따라
sqlite
로 끼워져 있습니다.여기 -Qiita 을 참고로 해 극복했습니다.
Gemfile
편집gem 'sqlite3', '1.3.13'
bundle install
명령bundle.bash
$ sudo apt-get install libsqlite3-dev
$ sudo gem install sqlite3-ruby -- --with-sqlite3-include=/usr/include
$ gem install sqlite3 -v '1.3.13'
$ bundle install --path vendor/bundle
요약
참조한 사이트
【해결】An error occurred while installing sqlite3 (1.3.11), and Bundler cannot continue. Make sure that gem install sqlite3 -v '1.3.11' succeeds before bundling. -Qiita
Reference
이 문제에 관하여(Yay! I'm on Rails!), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/superrino130/items/ad5179e825c23204db2f텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)