提交 1f6085cd 编写于 作者: A Adam Lee

Don't expand variable PATH in bash_profile

上级 a4fa71d5
......@@ -29,7 +29,7 @@ brew install go # Or get the latest from https://golang.org/dl/
# Installing python libraries
brew install python
cat >> ~/.bash_profile << EOF
export PATH=/usr/local/opt/python/libexec/bin:$PATH
export PATH=/usr/local/opt/python/libexec/bin:\$PATH
EOF
source ~/.bash_profile
pip install lockfile psi paramiko pysql psutil setuptools
......@@ -99,4 +99,3 @@ EOF
# Step: install any optional tools
brew install gdb
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册