Python 官方文档:入门教程 => 点击学习
使用python -V命令查看当前虚拟环境的Python版本: python -V 可知python版本为为3.7.15,现在我想把它升级为3.8。 使用命令: conda install python=3.8 可知python版本已经
使用python -V命令查看当前虚拟环境的Python版本:
python -V
可知python版本为为3.7.15,现在我想把它升级为3.8。
使用命令:
conda install python=3.8
可知python版本已经变为3.8。
如果在conda install python=3.8中遇到问题,例如:
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
则可以先使用:
conda uninstall python
当当前版本python进行卸载,然后再使用conda install python=3.8安装即可。
来源地址:https://blog.csdn.net/qq_39716563/article/details/128433998
--结束END--
本文标题: 虚拟环境下更换python版本
本文链接: https://lsjlt.com/news/400268.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0