Is there some way I can configure `pip` through Me...
# plugins-general
r
Is there some way I can configure
pip
through Meltano to resolve plugin dependencies from TestPyPI as a fallback if not found in PyPI?
e
I think you can set
PIP_EXTRA_INDEX_URL
to point to testpypi
r
Oh yeah, totally forgot you can configure pip like that! Thanks @edgar_ramirez_mondragon
(cc @daniel_walker @gabriel_ciobotaru might be worth adding this to our run environment for future reference)