Changes between Version 27 and Version 28 of InstallationInstructions
- Timestamp:
- Oct 6, 2024, 6:59:12 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationInstructions
v27 v28 41 41 3. install [https://github.com/pyenv/pyenv/wiki#suggested-build-environment Python build dependencies] (for Ubuntu, the build dependencies are installed when running the script) 42 42 4. run `sh pyenv_install.sh` 43 5. the installed Python 2 is then linked as `$PEPPER_ROOT/pyenv/bin/python2` and its `site_packages` as `$PEPPER_ROOT/pyenv/site_packages`. 43 44 * download [https://community-static.aldebaran.com/resources/2.5.10/Python%20SDK/pynaoqi-python2.7-2.5.7.1-linux64.tar.gz pynaoqi-python2.7-2.5.7.1-linux64.tar.gz] 44 45 * run 45 46 {{{ 46 cd /usr/local/lib/python2.7/dist-packages 47 export `grep ^PEPPER_ROOT= pyenv_install.sh` 48 cd $PEPPER_ROOT/site-packages 47 49 sudo tar xvfz <where_the_package_is>/pynaoqi-python2.7-2.5.7.1-linux64.tar.gz 48 sudo bash -c "echo /usr/local/lib/python2.7/dist-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages \50 sudo bash -c "echo $PEPPER_ROOT/site-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages \ 49 51 > pynaoqi-python2.7.pth" 50 52 }}}