Changes between Version 17 and Version 18 of InstallationInstructions


Ignore:
Timestamp:
Nov 19, 2022, 2:38:41 PM (17 months ago)
Author:
hales
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationInstructions

    v17 v18  
    3838        > pynaoqi-python2.7.pth"
    3939   }}}
    40  * test with (note that `python` must be old Python 2.7)
     40 * test with (note that `python2` must be old Python 2.7)
    4141   {{{
    42    python -c 'import qi'
     42   python2 -c 'import qi'
    4343   }}}
    4444 * if something goes wrong, check that:
    45    * `python -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`
     45   * `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`
    4646   * the current user has ''read access'' to the files and subdirectories in this directory. You may need
    4747     {{{
     
    5050* install [http://doc.aldebaran.com/qibuild/beginner/getting_started.html qiBuild] (again for Python 2.7):
    5151  {{{
    52   sudo pip install qibuild paramiko
     52  sudo pip2 install qibuild paramiko
    5353  }}}