-
Toni-SM authored
# Description This PR renames conda and venv Python environment to `env_isaaclab` Why? Following installation steps on Windows raise the following issue because for Windows `isaaclab` (Python env) and `IsaacLab` (the repo) is the same name. Also, this is more coherent with Isaac Sim's Python environment names (https://docs.omniverse.nvidia.com/isaacsim/latest/installation/install_python.html#installation-using-pip) ``` C:\Users\horde\Documents>dir Directory of C:\Users\horde\Documents 12/16/2024 02:50 PM <DIR> . 12/16/2024 02:50 PM <DIR> .. 12/13/2024 07:41 AM <DIR> isaaclab 0 File(s) 0 bytes 3 Dir(s) 172,079,185,920 bytes free C:\Users\horde\Documents>git clone https://github.com/isaac-sim/IsaacLab.git fatal: destination path 'IsaacLab' already exists and is not an empty directory. ```
e899e090