I am running two sources of python
From anaconda3 [/home/aravind/anaconda3/bin/python]
CIAO python ( used for X-ray astrophysical data analysis) [/usr/local/soft/ciao_410/ciao-4.10/bin/python]
There are some conflicts between the two versions such as (2) doesn't allow astropy module and (1) doesn't allow ciao tools !
Is there a way I can switch between the two versions of python installed within the code ? Like say calling up the anaconda installation when astropy has to be imported and switch back immediately to use ciao tools.
In my .cshrc file, I call upon both versions but by default the anaconda version is above the ciao version in the source file and thus is the default version when I initiate a new terminal.
I apologise if I am not clear enough. I am new to this field and am having some difficulties.
Thanks