Created
October 13, 2022 19:49
-
-
Save ryanvgates/3cf9ef0cc6fd5abfe3a2eb71dd7ed046 to your computer and use it in GitHub Desktop.
Pipenv Null Markers - Solution Uninstall pipenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
┌─[ryan@host] - [~] - [Wed Oct 05, 16:58] | |
└─[$] <> pip uninstall pipenv | |
Found existing installation: pipenv 2022.9.20 | |
Uninstalling pipenv-2022.9.20: | |
Would remove: | |
/Users/ryan/.pyenv/versions/3.9.6/bin/pipenv | |
/Users/ryan/.pyenv/versions/3.9.6/bin/pipenv-resolver | |
/Users/ryan/.pyenv/versions/3.9.6/lib/python3.9/site-packages/pipenv-2022.9.20.dist-info/* | |
/Users/ryan/.pyenv/versions/3.9.6/lib/python3.9/site-packages/pipenv/* | |
Proceed (Y/n)? Y | |
Successfully uninstalled pipenv-2022.9.20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment