Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Alexander Dubrawski edited this page Aug 27, 2020 · 2 revisions

Something weird happened and now my pipenv is broken?!

This can happen for different reasons, an update of the Python used in this very Environment is the most common for us. The fastest way to deal with it, is to reinitialize the Environment like so:

  1. Remove the broken environment pipenv rm

  2. Initialize a new environment pipenv sync --dev

Clone this wiki locally