Skip to content

Commit

Permalink
Merge pull request #290 from StanfordVL/setup-fix
Browse files Browse the repository at this point in the history
linux setup fix
  • Loading branch information
cgokmen authored Oct 17, 2023
2 parents 48988d2 + e5b619f commit 361008a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ echo -e "\nUsing $conda_name as the conda environment name\n"

# Get Python version from Isaac Sim
ISAAC_PYTHON_VERSION=$(${ISAAC_SIM_PATH}/python.sh -c "import platform; print(platform.python_version())")
echo Using Python version $ISAAC_PYTHON_VERSION[0m matching your current Isaac Sim version
ISAAC_PYTHON_VERSION="${ISAAC_PYTHON_VERSION##*$'\n'}" # get rid of conda activation warnings
echo Using Python version $ISAAC_PYTHON_VERSION matching your current Isaac Sim version

# Create a conda environment with the appropriate python version
source $(conda info --base)/etc/profile.d/conda.sh
Expand Down

0 comments on commit 361008a

Please sign in to comment.