每當我打開我的bash的個人資料,我立即招呼:bash的配置文件錯誤:不是有效的標識符
Last login: Wed Jul 27 11:41:49 on ttys000
-bash: PATH: command not found
-bash: export: `「/Users/allisondavis/Documents/HCl/sfit4/pbin/Layer0:/Users/allisondavis/Documents/HCl/sfit4/pbin/Layer1:/Users/allisondavis/Documents/HCl/sfit4/pbin/ModLib:/Users/allisondavis/Documents/HCl/Pythonstuff」': not a valid identifier
~.bash_profile
這裏是我的bash簡介:
PATH="~/bin:/usr/bin:${PATH}"
export PATH
PATH = 「/Users/allisondavis/Documents/HCl/sfit-ckopus」
export PATH
export PATH PYTHONPATH= 「/Users/allisondavis/Documents/HCl/sfit4/pbin/Layer0:/Users/allisondavis/Documents/HCl/sfit4/pbin/Layer1:/Users/allisondavis/Documents/HCl/sfit4/pbin/ModLib:/Users/allisondavis/Documents/HCl/Pythonstuff」
export PYTHONPATH
PATH=${PATH}:${PYTHONPATH}
export PATH
echo '~.bash_profile'
# Setting PATH for Python 3.5
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH
任何想法的問題是什麼?
你不能在=號的周圍使用空格 – honi
你好像是用'「而不是'''在第3行上引用 –
引號看起來有點奇怪,這些引號並不是圍繞字符串 – applecrusher