Changes between Version 4 and Version 5 of pyrunner
- Timestamp:
- 03/20/23 14:48:26 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v4 v5 13 13 where <VERSION> is 8,9 etc depending on your python version. 14 14 15 The procedure is roughly: 15 To check whether your python is ready for use, run this command 16 {{{ 17 python -m venv venv 18 }}} 19 20 If you get any errors, check the error and do further installations. Unfortunately this seems the python way of getting a working installation. 21 22 23 The PythonVenv usage is roughly like this: 16 24 * create a PythonVenv E, possibly already with the targz code you want to run 17 25 * Pass your targz directly into the PythonVenv constructor