Changes between Version 27 and Version 28 of InstallationInstructions


Ignore:
Timestamp:
Oct 6, 2024, 6:59:12 PM (8 months ago)
Author:
hales
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationInstructions

    v27 v28  
    4141     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)
    4242     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`.
    4344 * 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]
    4445 * run
    4546   {{{
    46    cd /usr/local/lib/python2.7/dist-packages
     47   export `grep ^PEPPER_ROOT= pyenv_install.sh`
     48   cd $PEPPER_ROOT/site-packages
    4749   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 \
    4951        > pynaoqi-python2.7.pth"
    5052   }}}