Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d732a2b5 authored by Robert Nelson's avatar Robert Nelson
Browse files

bb.org: install rcpy: Python 3 Interface for the Robotics Cape on the...

bb.org: install rcpy: Python 3 Interface for the Robotics Cape on the Beaglebone Black and the Beaglebone Blue

Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 32cfd573
Branches
Tags
No related merge requests found
......@@ -300,6 +300,16 @@ install_git_repos () {
git_target_dir="/opt/source/Robotics_Cape_Installer"
git_clone
git_repo="https://github.com/mcdeoliveira/rcpy"
git_target_dir="/opt/source/rcpy"
git_clone
if [ -f ${git_target_dir}/.git/config ] ; then
cd ${git_target_dir}/
if [ -f /usr/bin/python3 ] ; then
/usr/bin/python3 setup.py install
fi
fi
#beagle-tester
git_repo="https://github.com/jadonk/beagle-tester"
git_target_dir="/opt/source/beagle-tester"
......
......@@ -300,6 +300,16 @@ install_git_repos () {
git_target_dir="/opt/source/Robotics_Cape_Installer"
git_clone
git_repo="https://github.com/mcdeoliveira/rcpy"
git_target_dir="/opt/source/rcpy"
git_clone
if [ -f ${git_target_dir}/.git/config ] ; then
cd ${git_target_dir}/
if [ -f /usr/bin/python3 ] ; then
/usr/bin/python3 setup.py install
fi
fi
#beagle-tester
git_repo="https://github.com/jadonk/beagle-tester"
git_target_dir="/opt/source/beagle-tester"
......
......@@ -382,6 +382,16 @@ install_git_repos () {
git_target_dir="/opt/source/Robotics_Cape_Installer"
git_clone
git_repo="https://github.com/mcdeoliveira/rcpy"
git_target_dir="/opt/source/rcpy"
git_clone
if [ -f ${git_target_dir}/.git/config ] ; then
cd ${git_target_dir}/
if [ -f /usr/bin/python3 ] ; then
/usr/bin/python3 setup.py install
fi
fi
#beagle-tester
git_repo="https://github.com/jadonk/beagle-tester"
git_target_dir="/opt/source/beagle-tester"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment