astrojuanlu / fenics-recipes

This repository contains conda recipes for the FEniCS libraries
The Unlicense
13 stars 15 forks source link

How can I use IDE, say Spyder, after conda binary installation? #49

Closed wang1943 closed 8 years ago

wang1943 commented 8 years ago

Hi, Juan,

Thanks for the great work to make fenics easier with the binary source. However I'm wondering how to make an IDE(say spyder) works after activate fenics environment. I have little knowledge of how conda actually work. It appears that if fenics is not activated, I can't import fenics in anaconda environment. Should I just install spyder while env fenics is activated using :/conda install spyder or there are other tricks I can do?

Thanks.

astrojuanlu commented 8 years ago

Hi @wang1943, fortunately you can activate the same environment where you installed FEniCS and install spyder there:

$ source activate fenics27
(fenics27) $ conda install spyder
(fenics27) $ spyder