Changes between Version 32 and Version 33 of InstallationInstructions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationInstructions

    v32 v33  
    5151        > pynaoqi-python2.7.pth
    5252   }}}
     53 * test with
     54   {{{
     55   $PEPPER_ROOT/pyenv/bin/python2 -c 'import qi; print qi'
     56   }}}
     57 * if something goes wrong, check that:
     58   * `$PEPPER_ROOT/pyenv/bin/python2 -c 'import sys;print "\n".join(sys.path)'` includes `$PEPPER_ROOT/pyenv/site-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages` (where `$PEPPER_ROOT` is your base Pepper directory).
     59   * the current user has ''read access'' to the files and subdirectories in this directory. You may need
     60     {{{
     61sudo chmod 755 $PEPPER_ROOT/pyenv/site-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages/
     62}}}
    5363 * edit `/usr/local/bin/qi*` and change the first line from
    5464   {{{
     
    5969   #!/usr/bin/python2
    6070   }}}
    61  * test with (note that `python2` must be old Python 2.7)
    62    {{{
    63    python2 -c 'import qi'
    64    }}}
    65  * if something goes wrong, check that:
    66    * `python2 -c 'import sys;print "\n".join(sys.path)'` includes `/usr/local/lib/python2.7/dist-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages`
    67    * the current user has ''read access'' to the files and subdirectories in this directory. You may need
    68      {{{
    69 sudo chmod 755 /usr/local/lib/python2.7/dist-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages/
    70 }}}
    7171* install [http://doc.aldebaran.com/qibuild/beginner/getting_started.html qiBuild] (again for Python 2.7):
    7272  {{{