0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

devboxでのRails環境構築

Posted at

はじめに

devbox については、以下を参照してください。

環境構築

単純にいきます。

devbox init
devbox add ruby
devbox add libyaml --output out,dev

devbox run gem install rails
devbox shell

libyamlについては、psychのインストールにおいて必要なパッケージですが、うまく入らないのでこういう操作が必要です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?