Skip to content

Commit

Permalink
dialogflow_task_executive: use python3 for catkin_generate_virtualenv…
Browse files Browse the repository at this point in the history
… on before Noetic, because google_ros_chat uses python3 and it depends on dialogflow_task_executive
  • Loading branch information
k-okada committed May 20, 2023
1 parent 19e5b5f commit 92457fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogflow_task_executive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ elseif("$ENV{ROS_DISTRO}" STRGREATER "melodic")
else()
catkin_generate_virtualenv(
INPUT_REQUIREMENTS requirements.in
PYTHON_INTERPRETER python2
PYTHON_INTERPRETER python3
)
endif()

Expand Down

0 comments on commit 92457fa

Please sign in to comment.