Skip to content

Commit

Permalink
[cli] change python to python3 in setup.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
muritane committed Jun 11, 2024
1 parent e2c0a37 commit 0028a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export ROS_WS_CACHE_SOURCED_TIME=0
function update_ros_ws_variables {
local python_constants_file="$setup_script_own_dir/rtwcli/rtwcli/rtwcli/constants.py"
local ws_use_bash_file_path_format
ws_use_bash_file_path_format=$(python -c "
ws_use_bash_file_path_format=$(python3 -c "
import os; import pathlib; import sys
sys.path.insert(0, os.path.dirname('$python_constants_file'))
from rtwcli.constants import WS_USE_BASH_FILE_PATH_FORMAT
Expand Down

0 comments on commit 0028a6f

Please sign in to comment.