/proc/thread-self/root/proc/thread-self/root/usr/lib64/python3.9/distutils
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
"""distutils The main package for the Python Module Distribution Utilities. Normallyused from a setup script as from distutils.core import setup setup (...)""" import sys __version__ = sys.version[:sys.version.index(' ')]