pyenv install 2.7.3 # 安装python ls ~/.pyenv/versions/ pyenv uninstall 2.7.3 # 卸载python rm -rf ~/.pyenv/versions/2.7.3 # 或者直接删除 ...
確定! 回上一頁