I just installed anacondain order to use numba and I'd like to use the anaconda environment in IPython (occasionally). The issue is that I either set the anaconda install to be default system python env and then IPython always uses the anaconda env, or I can't use anaconda's env with IPython.
I have read the docs and IPython's help but I can't find a way to do it (I'm probably not using the correct search terms, because I'm sure this is something that can't be done).
Specifically I'm looking for a way to start IPython like this:
ipython --use-env=/home/user/anaconda
or something like that. Maybe creating a separate IPython profile that already starts with that env option.