Changes between Version 19 and Version 20 of InstallationInstructions


Ignore:
Timestamp:
Apr 28, 2023, 10:29:00 AM (13 months ago)
Author:
hales
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationInstructions

    v19 v20  
    3030   }}}
    3131* install [https://community-static.aldebaran.com/resources/2.5.10/Python%20SDK/pynaoqi-python2.7-2.5.7.1-linux64.tar.gz Python SDK] for Linux:
    32  * install `qttools5-dev-tools`/`qt5-linguist` or `qt4-linguist-tools`
     32 * install `python2-dev` or `qttools5-dev-tools`/`qt5-linguist` or `qt4-linguist-tools`
    3333 * download `pynaoqi-python2.7-2.5.7.1-linux64.tar.gz`
    3434 * run
     
    3838   sudo bash -c "echo /usr/local/lib/python2.7/dist-packages/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages \
    3939        > pynaoqi-python2.7.pth"
     40   }}}
     41 * edit `/usr/local/bin/qi*` and change the first line from
     42   {{{
     43   #!/usr/bin/python
     44   }}}
     45   to
     46   {{{
     47   #!/usr/bin/python2
    4048   }}}
    4149 * test with (note that `python2` must be old Python 2.7)