Changes between Version 48 and Version 49 of pyrunner


Ignore:
Timestamp:
09/18/24 14:45:23 (2 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v48 v49  
    1717{{{
    1818sudo apt-get update
     19sudo apt install python3.<VERSION>-venv
    1920sudo apt install python3-pip
    20 sudo apt install python3.<VERSION>-venv
     21sudo apt install python3-virtualenv
    2122}}}
    2223
    23 where <VERSION> is 8,9 etc depending on your python version.
     24where <VERSION> is 8,9 etc depending on your python version. Sometimes this installation fails. Using a different system seems to fix that. For example, you may want to use Debian 12.6 instead of 12.7.
    2425
    2526To check whether your python is ready for use, run this command