小编Kos*_*teg的帖子

pipenv安装给"皮尤不在你的路径"

我有Mac OS X El Capitan,安装了python 3.6,pip,pipenv.不能让pipenv工作:

pipenv install
Creating a virtualenv for this project…
Warning: it looks like pew is not in your PATH. We cannot continue until this is resolved.
Run Code Online (Sandbox Code Playgroud)

我检查了皮尤 - 它在 /Users/kosteg/Library/Python/3.6/bin

这是我的〜/ .bash_profile:

export PATH=/usr/local/bin:/usr/local/sbin:$PATH
export PATH=/Users/kosteg/.local/bin:$PATH
export PATH=/Users/kosteg/Library/Python/3.6/bin:$PATH
export PATH=/Users/kosteg/Library/Python/3.6:$PATH
alias python=python3
alias pip=pip3
Run Code Online (Sandbox Code Playgroud)

如何解决路径问题?

python python-3.x pipenv

10
推荐指数
2
解决办法
4724
查看次数

标签 统计

pipenv ×1

python ×1

python-3.x ×1