简体   繁体   English

更改用于 Anaconda / Jupyter Notebook 的 python

[英]Change python used for Anaconda / Jupyter Notebook

Sorry, if this is a stupid problem but I'm new and don't know how to fix this I used to have Python 2.7 but since it no longer works, I installed python 3 now how do I change that for Anaconda?对不起,如果这是一个愚蠢的问题,但我是新手,不知道如何解决这个问题,我以前有 Python 2.7,但由于它不再有效,我现在安装了 python 3,我该如何为 Anaconda 更改它? because I installed it using the former version因为我是用以前的版本安装的

First, make sure you have the latest version of conda by running首先,通过运行确保您拥有最新版本的 conda

conda update conda

Then run然后运行

conda install python=3.8

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM