Conda: command not found

When I ran this command:

~/isaacgym$ ./create_conda_env_rlgpu.sh

I have got this error:

~/isaacgym/python ~/isaacgym
./create_conda_env_rlgpu.sh: line 11: conda: command not found
./create_conda_env_rlgpu.sh: line 12: /etc/profile.d/conda.sh: No such file or directory
basename: missing operand
Try 'basename --help' for more information.
./create_conda_env_rlgpu.sh: line 21: conda: command not found
./create_conda_env_rlgpu.sh: line 24: conda: command not found
*** Failed to create env

I faced lots of problems with Conda and finally didn’t use it, you can make your own python environment and install the Gym there, less hassle!

See my new post, I have got a error.

Re-Verify your conda installation. Conda must be installed to run that bash file after installing the latest version of miniconda it shows no errors. You can follow the installation steps here
https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html