【发布时间】:2016-01-24 14:56:56
【问题描述】:
我的目录结构看起来像这样:
env/
bin/
pip
easy_install
python
include/
...
lib/
...
当我运行命令时,命令:ls env/bin
终端输出为:activate easy_install-2.7 python2
activate.csh pip python2.7
activate.fish pip2 wheel
activate_this.py pip2.7
easy_install python
当我运行命令时:
env/bin/python python 解释器启动。
但是当我运行命令时:env/bin/pip 终端输出是:-bash: bin/pip: "/Users/ironstein/Documents/projects: bad interpreter: No such file or directory
我不明白这一点。请帮忙。
【问题讨论】:
标签: python macos terminal virtualenv