alexandroid000 / self-assembly

weaselballs are hard to control on their own. what if we stick them together?
7 stars 2 forks source link

Positronics Lab dependency needs fix in script #6

Closed alexandroid000 closed 5 years ago

alexandroid000 commented 5 years ago

The following script is used to install the positronicslab dependency:

echo "deb http://ppa.launchpad.net/gwu-positronics/ravelin/ubuntu trusty main" | sudo tee -a /etc/apt/sources.list

echo "deb-src http://ppa.launchpad.net/gwu-positronics/ravelin/ubuntu trusty main" | sudo tee -a /etc/apt/sources.list
    sudo apt-get update
    sudo apt-get install ravelin
    pip install awscli
    echo "\nexport PYTHONPATH=$PYTHONPATH:/home/justin/Documents/bouncy/self-assembly/dataAnalysis/src\n" >> ~/.bashrc 

And gives the error pip: command not found. The path should be changed as well.

Jbwasse2 commented 5 years ago

Fixed pip dependency. I also got rid of the line of "PYTHONPATH" as I do not feel that the "DataAnalysis" folder should depend on installing stuff from the "Gazebo" folder.