Changes between Version 48 and Version 49 of pyrunner
- Timestamp:
- 09/18/24 14:45:23 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v48 v49 17 17 {{{ 18 18 sudo apt-get update 19 sudo apt install python3.<VERSION>-venv 19 20 sudo apt install python3-pip 20 sudo apt install python3 .<VERSION>-venv21 sudo apt install python3-virtualenv 21 22 }}} 22 23 23 where <VERSION> is 8,9 etc depending on your python version. 24 where <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. 24 25 25 26 To check whether your python is ready for use, run this command