Changes between Version 32 and Version 33 of InstallationInstructions
- Timestamp:
- Oct 6, 2024, 7:19:33 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationInstructions
v32 v33 51 51 > pynaoqi-python2.7.pth 52 52 }}} 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 {{{ 61 sudo chmod 755 $PEPPER_ROOT/pyenv/site-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages/ 62 }}} 53 63 * edit `/usr/local/bin/qi*` and change the first line from 54 64 {{{ … … 59 69 #!/usr/bin/python2 60 70 }}} 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 need68 {{{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 }}}71 71 * install [http://doc.aldebaran.com/qibuild/beginner/getting_started.html qiBuild] (again for Python 2.7): 72 72 {{{