I have some conda environments and using another environment set in '''.bashrc''' file as follows which is not a conda env:
function XX {
APEDIR=/vol/augerprime/software/ape/
APERC=$APEDIR/config/ape.rc
eval `$APEDIR/ape --rc=$APERC sh externals sqlite`
export AUGEROFFLINEROOT=/vol/augerprime/users/memam/offline-install
eval `$AUGEROFFLINEROOT/bin/auger-offline-config --env-sh`}
How to add this environment to the interactive window ash it only shows the conda ones?