记录日常点点滴滴,欢迎来到我的小站。

0%

成功解决:Warning: Python 3.6 was not found on your system… Neither ‘pyenv‘ nor ‘asdf‘ could be found to

在安装pipenv环境的时候:

1
pipenv install

出现如下错误:

1
2
3
4
Warning: Python 3.6 was not found on your system…
Neither 'pyenv' nor 'asdf' could be found to install Python.
You can specify specific versions of Python with:
$ pipenv --python path/to/python

通过执行以下命令来解决:

1
pipenv install --three