Skip to content

Instantly share code, notes, and snippets.

@PierrickKoch
Last active March 31, 2016 08:38
Show Gist options
  • Select an option

  • Save PierrickKoch/73b578dab5859c7ec8cfd52baa45dcf1 to your computer and use it in GitHub Desktop.

Select an option

Save PierrickKoch/73b578dab5859c7ec8cfd52baa45dcf1 to your computer and use it in GitHub Desktop.
# python3-setuptools needed for rospkg, available on 14.04
# wget https://bootstrap.pypa.io/ez_setup.py -O - | python - --user
# wget -cq http://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz
# tar zxf PyYAML-3.11.tar.gz; cd PyYAML-3.11; python3 setup.py install --user
sudo apt-get install python3-setuptools python3-yaml
cd /tmp
git clone git://github.com/ros/rospkg.git
cd rospkg
python3 setup.py install --user
cd /tmp
git clone git://github.com/ros-infrastructure/catkin_pkg.git
cd catkin_pkg
python3 setup.py install --user
cd /tmp
git clone git://github.com/ros/catkin.git
cd catkin
python3 setup.py install --user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment