Also why are relocatable pip installs even necessary?
Are there 3rdparty plugins out there that need modules that are not currently supported via our plugin interface? If so, are there any we should be adding support for?
MacOs uses pip to install our standard packages and then converts python to be fully relocatable so handling new pip modules is not an issue. If people want to use an external python for running plugins where they control all python modules available, they can do that, but not with the embedded relocatable python.
What am I missing?
|