Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
There was an error while loading. Please reload this page.
Hi,
I am trying to run some code using pychroot.
Even if i add mountpoints, trying to run anything using
subprocess.run()end with an error:FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/python3.6': '/usr/bin/python3.6'(here's an example with python).
os.system()from the other hand always returns32512.Am i missing something? Or am i not allowed to use them inside pychroot?
Regards