ฉันกำลังพยายามติดตั้ง Homebrew (เพื่อติดตั้ง RVM แล้วเลือก Octopress)
Homebrew ติดตั้งแล้ว แต่เมื่อฉันเรียกใช้ brew doctor
ฉันได้รับข้อความ:
Consider amending your PATH so that /usr/local/bin
occurs before /usr/bin in your PATH.
ฉันเปลี่ยน ~/.bash_profile
ไปยัง export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH"
.
~/.bashrc
มันว่างเปล่า.
etc/paths
มี
/usr/local/bin
/usr/local/sbin
/usr/bin
/bin
/usr/sbin
/sbin
echo $PATH
รัฐ /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/Users/deadlyhifi/.rvm/bin
ฉันลองติดตั้ง RVM ก่อนหน้านี้ แต่มีปัญหาทุกอย่างกับคอมไพเลอร์ที่ไม่ถูกต้องเนื่องจากฉันติดตั้ง Xcode 4.5.1 - ฉันถอนการติดตั้ง RVM และตอนนี้ฉันพยายามอีกครั้ง $ PATH ของฉันอ้างอิงถึง RVM แต่ฉันหาชีวิตในตัวฉันไม่พบไฟล์ที่มีเส้นทางนั้น
ทุกคนสามารถฉายแสงบนวัตถุได้หรือไม่?
แก้ไข:
etc/profile
ประกอบด้วย:
# System-wide .profile for sh(1)
if [ -x /usr/libexec/path_helper ]; then
eval `/usr/libexec/path_helper -s`
fi
if [ "${BASH-no}" != "no" ]; then
[ -r /etc/bashrc ] && . /etc/bashrc
fi
~/.zshrc
. นี่คือที่กำหนด $ PATH ฉันได้แก้ไขแล้วและตอนนี้ระบบของฉันกำลังจะก่อตัว ฉันไม่เคยพบว่าถ้าฉันไม่ได้ค้นหาทั้งหมด .files
.
~/.bash_profile
และ~/.profile
. นอกจากนี้ฉันคิดว่าเส้นทางใน\etc\paths
ไม่อยู่ในบรรทัดเดียวกันใช่ไหม