Reputation: 7952
I have been testing prerelease packages with pipenv install --pre
with my Pipfile simply specifying versions = "*"
. Is there a better way to rollback the changes to the latest stable version, other than doing a pipenv uninstall
followed by pipenv install
(after removing the allow_prereleases = true
setting in my Pipfile)?
Upvotes: 0
Views: 119