ljhui@ljhui-NV47H:~ $ pyenv versions
* system (set by /home/ljhui/.pyenv/version)
anaconda3-4.0.0
ljhui@ljhui-NV47H:~ $ pyenv install -v anaconda2-4.0.0
Downloading Anaconda2-4.0.0-Linux-x86_64.sh...
/tmp/python-build.20160508021112.7869 ~
pyenv: curl: command not found
The `curl' command exists in these Python versions:
anaconda3-4.0.0
-> https://repo.continuum.io/archive/Anaconda2-4.0.0-Linux-x86_64.sh
pyenv: curl: command not found
The `curl' command exists in these Python versions:
anaconda3-4.0.0
error: failed to download Anaconda2-4.0.0-Linux-x86_64.sh
BUILD FAILED (Ubuntu 16.04 using python-build 20160422-1-ga8664a2)
如图,为何再安装另一个版本的anaconda会失败?提示curl怎么回事,安装那个anaconda3没出问题。谁来解答一下,谢谢
恩,另外推荐把anaconda安装包下到
~/.pyenv/cache
后安装,不用curl
了就。清华tuna有anaconda的镜像,推荐一个。