ฉันพยายามติดตั้งก่อ แต่ได้รับคำเตือนต่อไปนี้:
Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
2to3
2to3-2.7
idle
idle2.7
pydoc
pydoc2.7
python
python-config
python2.7
python2.7-config
pythonw
pythonw2.7
smtpd.py
smtpd2.7.py
Consider amending your PATH so that /usr/local/bin
is ahead of /usr/bin in your PATH.
ฉันไม่รู้ว่าจะแก้ไขเส้นทางอย่างไร ฉันสำรวจหลายไฟล์จากโพสต์ล้นสแต็คนี้ (http://stackoverflow.com/questions/8886114/using-brew-with-ruby-1-9-2) แต่ไม่พบเส้นทางที่เกี่ยวข้องเพื่อแก้ไข ไฟล์เดียวที่ฉันมีอยู่คือไฟล์ / etc / profile ของฉันซึ่งปัจจุบันมีลักษณะดังนี้:
# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/local/bin:${PATH}"
export PATH
ฉันต้องการถอนการติดตั้ง python แล้วติดตั้งใหม่ผ่าน homebrew แต่ฉันกังวลเล็กน้อยเกี่ยวกับการทำลายหลายสิ่งหลายอย่างพร้อมกัน
มีวิธีง่าย ๆ ในการแก้ไขเส้นทางหรือไม่ ฉันควรสร้างไฟล์. bash_profile หรือไม่ ขอบคุณสำหรับความช่วยเหลือใด ๆ ล่วงหน้า