Changes between Version 30 and Version 31 of InstallationInstructions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationInstructions

    v30 v31  
    4646   {{{
    4747   export `grep ^PEPPER_ROOT= pyenv_install.sh`
    48    cd $PEPPER_ROOT/site-packages
     48   cd $PEPPER_ROOT/pyenv/site-packages
    4949   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 \
    5151        > pynaoqi-python2.7.pth"
    5252   }}}