2016-06-01 26 views
0

PATH我說我的Python bin文件夾中的環境變量PATH無法導出在Mac

export PATH=$PATH:/Library/Frameworks/Python.framework/Versions/2.7/bin 

但與下面的語句

set: Warning: path component /usr/local/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin may not be valid in PATH. 
set: No such file or directory 
set: Did you mean 'set PATH $PATH /Library/Frameworks/Python.framework/Versions/2.7/bin'? 
set: Warning: path component /usr/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin may not be valid in PATH. 
set: No such file or directory 
set: Did you mean 'set PATH $PATH /Library/Frameworks/Python.framework/Versions/2.7/bin'? 
set: Warning: path component /bin:/Library/Frameworks/Python.framework/Versions/2.7/bin may not be valid in PATH. 
set: No such file or directory 
set: Did you mean 'set PATH $PATH /Library/Frameworks/Python.framework/Versions/2.7/bin'? 
set: Warning: path component /usr/sbin:/Library/Frameworks/Python.framework/Versions/2.7/bin may not be valid in PATH. 
set: No such file or directory 
set: Did you mean 'set PATH $PATH /Library/Frameworks/Python.framework/Versions/2.7/bin'? 
set: Warning: path component /sbin:/Library/Frameworks/Python.framework/Versions/2.7/bin may not be valid in PATH. 
set: No such file or directory... 

發生了什麼故障?我只做其他許多事情(Google搜索)。使用的外殼是魚。

+0

OS X已經有了Python的安裝,那麼爲什麼你需要編輯的路徑,包括它? –

回答