This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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) |