相关疑难解决方法(0)

Pipenv 没有从 asdf 获取 Python 版本

尝试Pipfile为特定的 Python 版本创建一个,但 pipenv 无法检测到已安装的 Python 版本存在。使用asdf安装和管理 Python 版本。

? python --version
Python 3.6.6

? pipenv --python 3.6.6
Warning: Python 3.6.6 was not found on your system…
You can specify specific versions of Python with:
  $ pipenv --python path/to/python


? asdf current python
3.6.6    (set by /Users/dennis/some/project/.tool-versions)
Run Code Online (Sandbox Code Playgroud)

python pipenv asdf-vm

4
推荐指数
1
解决办法
1440
查看次数

标签 统计

asdf-vm ×1

pipenv ×1

python ×1