bash-4.3$ ./conda activate CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. If your shell is Bash or a Bourne variant, enable conda for the current user with $ echo ". /u/q3bbgx8/miniconda/etc/profile.d/conda.sh" >> ~/.bashrc or, for all users, enable conda with $ sudo ln -s /u/q3bbgx8/miniconda/etc/profile.d/conda.sh /etc/profile.d/conda.sh The options above will permanently enable the 'conda' command, but they do NOT put conda's base (root) environment on PATH. To do so, run $ conda activate in your terminal, or to put the base environment on PATH permanently, run $ echo "conda activate" >> ~/.bashrc Previous to conda 4.4, the recommended way to activate conda was to modify PATH in your ~/.bashrc file. You should manually remove the line that looks like export PATH="/u/q3bbgx8/miniconda/bin:$PATH" ¬¬¬ The above line should NO LONGER be in your ~/.bashrc file! ¬¬¬ bash-4.3$ ./conda info active environment : None shell level : 0 user config file : /u/q3bbgx8/.condarc populated config files : /u/q3bbgx8/miniconda/.condarc conda version : 4.5.8 conda-build version : conda-build-3.12.0-5+5.g799f2c48 python version : 3.9.5.final.0 base environment : /u/q3bbgx8/miniconda (writable) channel URLs : https://repo.anaconda.com/pkgs/main/zos-z https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/free/zos-z https://repo.anaconda.com/pkgs/free/noarch https://repo.anaconda.com/pkgs/r/zos-z https://repo.anaconda.com/pkgs/r/noarch https://repo.anaconda.com/pkgs/pro/zos-z https://repo.anaconda.com/pkgs/pro/noarch package cache : /u/q3bbgx8/miniconda/pkgs /u/q3bbgx8/.conda/pkgs envs directories : /u/q3bbgx8/miniconda/envs /u/q3bbgx8/.conda/envs platform : zos-z user-agent : conda/4.5.8 requests/2.19.1 CPython/3.9.5 OS/390/27.00 OS/390/04 UID:GID : 10334:13926 netrc file : None offline mode : False