diff --git a/python3x/module.py b/python3x/module.py index 2cafb787d..0c6fc1b73 100644 --- a/python3x/module.py +++ b/python3x/module.py @@ -1,4 +1,9 @@ from osv.modules import api +#For a proper interactive python terminal api.require('unknown-term') + +#For sqlite3 and help() +api.require('sqlite') + default = api.run(cmdline="--env=TERM=unknown /python3")