You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
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?