install Install one, more, or all versions from a python-build-standalone release. update (or upgrade) Update one, more, or all versions to another release. remove (or uninstall) Remove/uninstall one, ...
When analyzing the state of a Python process, normally you would only have access to interpreter-level information: most variables would be of type PyObject*, and stack traces would only contain ...