0

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?

merv
  • 53,208
  • 11
  • 148
  • 196
  • You can refer to this page:https://stackoverflow.com/questions/51820921/vscode-integrated-terminal-doesnt-load-bashrc-or-bash-profile – MingJie-MSFT May 09 '22 at 08:46

0 Answers0