While the symlink we find and list in the interpreter list is C:\Users\brcan\AppData\Local\Microsoft\WindowsApps\python3.7, the actual executable is C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.7_3.7.1008.0_x64__qbz5n2kfra8p0\\python.exe which we don't have access to (triggers an EPERM when trying to query the interpreter for details because we directly execute the latter path and not the former which what we send to the terminal).