简体   繁体   中英

Setup Spyder to work with Anaconda python on Ubuntu 14.04

I installed Spyder IDE before I have installed the Anaconda (on Ubuntu 14.04), on the terminal when I type python I have the anaconda python and I can import all of its packages. But on Spyder I still have the original python and I cannot import the Anaconda packages, how can I setup Spyder to use the Anaconda python?

这里最简单的解决方案是使用Anaconda附带的Spyder。

If you want to keep your older version as well as the anaconda version python too. Install Anaconda python as root user. Then install spyder as root too. Then Running spyder as root will allow you to use Anaconda version Python and running spyder in home user will let you use older version of python. You can refer my blog for the same Blog

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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