Changes between Version 30 and Version 31 of InstallationInstructions
- Timestamp:
- Oct 6, 2024, 7:12:08 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationInstructions
v30 v31 46 46 {{{ 47 47 export `grep ^PEPPER_ROOT= pyenv_install.sh` 48 cd $PEPPER_ROOT/ site-packages48 cd $PEPPER_ROOT/pyenv/site-packages 49 49 sudo tar xvfz <where_the_package_is>/pynaoqi-python2.7-2.5.7.1-linux64.tar.gz 50 sudo bash -c "echo $PEPPER_ROOT/ site-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages \50 sudo bash -c "echo $PEPPER_ROOT/pyenv/site-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages \ 51 51 > pynaoqi-python2.7.pth" 52 52 }}}