ROS개발환경-3: Python 설치

less than 1 minute read

1.1 python-pip install

>~/catkin_ws$ sudo apt install python-pip

1.2 update

>~/catkin_ws$ sudo apt-get update && sudo apt-get install build-essential

1.3 catkin build

  • `catkin build
>~/catkin_ws$ sudo apt-get update && sudo apt-get install build-essential

This post is based on pinkwink and wiki.ros

Tags: , ,

Categories:

Updated:

Leave a comment