justinmayer / virtualfish

Fish shell tool for managing Python virtual environments
MIT License
1.06k stars 100 forks source link

Add `vf upgrade` to fix outdated/broken environments #191

Closed justinmayer closed 4 years ago

justinmayer commented 4 years ago

Replacing the now-deprecated update_python plugin, the new vf upgrade command can both perform in-place virtual environment upgrades as well as re-build environments from scratch, even when environment Python/Pip executables are inoperable.

See documentation within for more details. Closes #141

justinmayer commented 4 years ago

In order to better understand the new features, I recorded a screencast to demonstrate the behavior of both the new vf ls --details and vf upgrade commands:

virtualfish-upgrade-optimized