You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would seem appropriate to me to have an environment variable PIP_INSTALL_FLAGS that contains all the default flags we would like maintainers to include in their builds
It would seem appropriate to me to have an environment variable
PIP_INSTALL_FLAGS
that contains all the default flags we would like maintainers to include in their buildsIt would look something like this
(and maybe and an other flag as discussed here conda-forge/pip-feedstock#21 )
and allow the recipe to look like
and taking it one step further
with
PIP=python -m pip
I'm not sure if hiding
--no-deps
parameter is useful for the general audiance as it is quite important.The text was updated successfully, but these errors were encountered: