LoginSignup
4
6

More than 5 years have passed since last update.

XAMPPをインストールしているMACでrbenvをインストールすると"Unknown option: 1"からはじまる長いエラーが続く

Posted at

解決策

.bash_profileを以下のように変える

NG export PATH="/Applications/XAMPP/xamppfiles/bin:$PATH"
OK export PATH="$PATH:/Applications/XAMPP/xamppfiles/bin"

エラーになる理由

/Applications/XAMPP/xamppfiles/bin/HEADがrbenvで使うheadと競合するためらしい。
大文字小文字を区別するZSHではこの問題は起きないらしい。

参考にしたサイト

4
6
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
4
6