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
We have some specific tooling that uses the -t flag in pip install to direct where we want pip to put the packages. (We aren't using virtual environments.)
Here's the help from pip for that argument:
-t, --target <dir> Install packages into <dir>. By default this will not replace existing files/folders in <dir>. Use --upgrade to replace existing packages in <dir> with new versions.
Not sure how popular the argument is in pip land, but at least for us I've not found a way to soldier on without it.
The text was updated successfully, but these errors were encountered:
We have some specific tooling that uses the
-t
flag inpip install
to direct where we want pip to put the packages. (We aren't using virtual environments.)Here's the help from pip for that argument:
Not sure how popular the argument is in pip land, but at least for us I've not found a way to soldier on without it.
The text was updated successfully, but these errors were encountered: