Ubuntu18.4在对应的conda的虚拟环境中启动spyder

无论是windows系统还是Ubuntu系统安装anaconda后会自带spyder,当你按照某个项目的需求配置了它的虚拟环境,但当你在终端启动spyder后,是无法使用这些包的,运行代码依然会报错:NO moudle named XXXX…这种。
你需要完成一下几种操作:
1、启动你所创建的虚拟环境,我这里名字是flow,具体按照你自己的来。
source activate flow
如果不知道怎么创建虚拟环境,windows请参考(linux基本雷同):
https://blog.csdn.net/geidongdong/article/details/106259240
Ubuntu18.4在对应的conda的虚拟环境中启动spyder_第1张图片
2、命令行输入:
conda install spyder
会下载安装一段时间,一般出错的都是网速不咋地。
3、命令行输入:
spyder
Ubuntu18.4在对应的conda的虚拟环境中启动spyder_第2张图片

你可能感兴趣的:(spyder,ubuntu,anaconda,linux)