This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Description
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 returns 32512.
Am i missing something? Or am i not allowed to use them inside pychroot?
Regards