快速切换Python版本方法
1、安装gityum -y install git

3、配置环境变量[root@test-137-138 ~]# echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile[root@test-137-138 ~]# echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile

5、重新启动shellexec$SHELLsource~/.bash_profile

7、安装python3.6.4pyenv install -v 3.6.4

9、查看存在的版本pyenv versions
