Unverified Commit c719c596 authored by David Hoeller's avatar David Hoeller Committed by GitHub

Update tasks.json to use Isaac Sim python (#176)

Minor fix to have the task being setup correctly in docker/ngc.
Otherwise it might complain that python3 does not exist.
Signed-off-by: 's avatarDavid Hoeller <dhoeller@ethz.ch>
parent b4adf21c
......@@ -8,7 +8,7 @@
"label": "setup_python_env",
"type": "shell",
"linux": {
"command": "export CARB_APP_PATH=${workspaceFolder}/_isaac_sim/kit && export ISAAC_PATH=${workspaceFolder}/_isaac_sim && export EXP_PATH=${workspaceFolder}/_isaac_sim/apps && source ${workspaceFolder}/_isaac_sim/setup_python_env.sh && printenv >${workspaceFolder}/.vscode/.python.env && python3 ${workspaceFolder}/.vscode/tools/setup_vscode.py"
"command": "export CARB_APP_PATH=${workspaceFolder}/_isaac_sim/kit && export ISAAC_PATH=${workspaceFolder}/_isaac_sim && export EXP_PATH=${workspaceFolder}/_isaac_sim/apps && source ${workspaceFolder}/_isaac_sim/setup_python_env.sh && printenv >${workspaceFolder}/.vscode/.python.env && ${workspaceFolder}/_isaac_sim/python.sh ${workspaceFolder}/.vscode/tools/setup_vscode.py"
}
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment