Skip to content

Instantly share code, notes, and snippets.

@darkrush
darkrush / ros_py35_setup.bash
Created July 31, 2019 08:25 — forked from ShreyasSkandan/ros_py35_setup.bash
ROS Python3.5 Set Up
#!/usr/bin/env bash
# Create isolated ROS Workspace
cd ~
mkdir ros_py35
cd ros_py35
# Unset sourced workspace
# Go to ~/.bashrc and comment out lines from previous installation of ROS (Lunar)