【发布时间】:2016-05-12 06:07:31
【问题描述】:
当我在 bash 中运行 echo $PYTHONPATH 时,我收到一个空行,然后再次提示。我的 .bash_profile 是这样的:
# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
我正在运行 OsX 10.10.5
这个空行是什么意思?
【问题讨论】:
标签: bash python-2.7 path .bash-profile