Changes between Version 34 and Version 35 of InstallationInstructions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationInstructions

    v34 v35  
    5555   $PEPPER_ROOT/pyenv/bin/python2 -c 'import qi; print qi'
    5656   }}}
    57  * if something goes wrong, check that:
     57   if something goes wrong, check that:
    5858   * `$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).
    5959   * the current user has ''read access'' to the files and subdirectories in this directory. You may need
     
    6161chmod 755 $PEPPER_ROOT/pyenv/site-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages/
    6262}}}
    63  * edit `/usr/local/bin/qi*` and change the first line from
    64    {{{
    65    #!/usr/bin/python
    66    }}}
    67    to
    68    {{{
    69    #!/usr/bin/python2
    70    }}}
    71 * install [http://doc.aldebaran.com/qibuild/beginner/getting_started.html qiBuild] (again for Python 2.7):
     63  * install [http://doc.aldebaran.com/qibuild/beginner/getting_started.html qiBuild] (again for Python 2.7):
    7264  {{{
    73   sudo pip2 install qibuild paramiko
     65  $PEPPER_ROOT/pyenv/bin/pip2 install qibuild paramiko
    7466  }}}
     67  * link `qipkg` to `pyenv/bin`
     68    {{{
     69ln -s $PEPPER_ROOT/pyenv/bin/qipkg ../versions/`$PEPPER_ROOT/bin/pyenv latest 2.7`/bin/qipkg
     70}}}
    7571* [=#ssh setup easy **ssh** access] to the robot via the SSH config file
    7672