Pip installation isaac sim 4.2.0, missing /setup_conda_env.sh

Dear developers,

I installed Isaac sim through pip, I am using a conda environment and I’m using Isaac lab. However, every time I activate my conda environment, I get the following error:

❯ conda activate isaaclab
Setup Isaac Sim Conda environment.
Isaac Sim path: 
/home/isaac-sim/miniconda3/envs/isaaclab/etc/conda/activate.d/env_vars.sh:source:8: no such file or directory: /setup_conda_env.sh

Isaac sim is installed in (using pip show isaacsim):
/home/isaac-sim/miniconda3/envs/isaaclab/lib/python3.10/site-packages/isaacsim

This path indeed does not contain a shell script named setup_conda_env.sh.
I would like to be able to source it and use the isaac sim utilities, is there a way to do this?

Thanks in advance!
Kind regards,
Jack

Installing Isaac Sim through pip is still experimental. You may want to follow this instructions and then install Isaac Lab in a new conda env.