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
I expect "pip freeze" to create a file that can reproduce what "pip install" did. That doesn't happen when the install argument is not a PyPI package name.
What I've run:
$ pip install git+https://github.com/chadmiller/textbot_metapriv.git#egg=textbot_metapriv # a private package that will never be in PyPI
$ pip freeze |grep bot
textbot-metapriv==1.0
So, pip install -r ... will later fail.
The text was updated successfully, but these errors were encountered:
Description:
I expect "pip freeze" to create a file that can reproduce what "pip install" did. That doesn't happen when the install argument is not a PyPI package name.
What I've run:
So,
pip install -r ...
will later fail.The text was updated successfully, but these errors were encountered: