Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions isaaclab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,10 @@ while [[ $# -gt 0 ]]; do
break
;;
-p|--python)
# ensures Kit loads Isaac Sim’s icon instead of a generic icon on aarch64
if is_arm; then
export RESOURCE_NAME="${RESOURCE_NAME:-IsaacSim}"
fi
# run the python provided by isaacsim
python_exe=$(extract_python_exe)
echo "[INFO] Using python from: ${python_exe}"
Expand Down
Loading