I am using a conda enviroment with python version 3.11, but when I open IPython from the terminal it opens in version 3.8. Does anyone know what I should do to open it in the correct version of my conda enviroment (3.11)?
(py311) ~$ python --versionPython 3.11.4(py311) ~$ ipythonPython 3.8.10 (default, Nov 22 2023, 10:22:35) Type 'copyright', 'credits' or 'license' for more informationIPython 7.28.0 -- An enhanced Interactive Python. Type '?' for help.