Changes between Version 34 and Version 35 of InstallationInstructions
- Timestamp:
- Oct 6, 2024, 7:36:24 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationInstructions
v34 v35 55 55 $PEPPER_ROOT/pyenv/bin/python2 -c 'import qi; print qi' 56 56 }}} 57 *if something goes wrong, check that:57 if something goes wrong, check that: 58 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 59 * the current user has ''read access'' to the files and subdirectories in this directory. You may need … … 61 61 chmod 755 $PEPPER_ROOT/pyenv/site-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages/ 62 62 }}} 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): 72 64 {{{ 73 sudopip2 install qibuild paramiko65 $PEPPER_ROOT/pyenv/bin/pip2 install qibuild paramiko 74 66 }}} 67 * link `qipkg` to `pyenv/bin` 68 {{{ 69 ln -s $PEPPER_ROOT/pyenv/bin/qipkg ../versions/`$PEPPER_ROOT/bin/pyenv latest 2.7`/bin/qipkg 70 }}} 75 71 * [=#ssh setup easy **ssh** access] to the robot via the SSH config file 76 72