打开spyder的方法:(推荐:spyder使用教程)

anaconda中包含很多实用的包,spyder, juypter, ipython等。由于spyder在anaconda目录下的bin中,打开spyder需要较麻烦的命令:

 cd /home/wdgj/Softwares/anaconda3/bin 
 ./spyder

我们也可以将anaconda的bin目录添加到环境变量PATH中,然后直接使用spyder命令打开spyder。

更多python知识请关注python教程。

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » 怎样打开spyder?