Uninstall injected package
See original GitHub issueSometimes I want to uninstall an injected package: for instance, the latest release of tox means that detox is no longer required/supported.
Is there a way to do this?
pipx uninject tox detox
I wonder what the best name for that should be. exclude
, expel
and withdraw
are all cute.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Uninstall injected package · Issue #67 · pypa/pipx - GitHub
Sometimes I want to uninstall an injected package: for instance, the latest release of tox means that detox is no longer required/supported.
Read more >Docs - pipx
Runs `pip install -U <pkgname>` for each package. uninstall Uninstall a package ... and exit --include-injected Also upgrade packages injected into the main ......
Read more >How to uninstall packages from Linux? - GeeksforGeeks
Step 2: Now run the following command to uninstall any package. Here the package is GIMP. sudo apt-get --purge remove gimp. The output...
Read more >Add or Remove Packages Offline Using DISM - Microsoft Learn
To remove packages from an offline image by using DISM ... At an elevated command prompt, locate the Windows ADK servicing folder, and...
Read more >Composer: remove a package, clean up dependencies, don't ...
9 symfony/dependency-injection; 2.5.9 symfony/filesystem. A few days later, squizlabs/php_codesniffer version 2.1.0 is released ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
👍 for uninject
I’d like uninject.