G0FuckThyself to [email protected] • 2 years agoHow do I remove unnecessary python packages? At global and in vnev?message-square23arrow-up119arrow-down10
arrow-up119arrow-down1message-squareHow do I remove unnecessary python packages? At global and in vnev?G0FuckThyself to [email protected] • 2 years agomessage-square23
minus-squareG0FuckThyselfOPlink3•2 years agoI know i can use pip to uninstall packages, the problem is I don’t know which package is needed and which is not needed. I wish pip was like pacman or apt which can list orphan packages.
minus-square@coffeewithalexlink3•2 years agoSounds like you need poetry. Or at least to track your dependencies, so that you can recreate your virtual environment.
I know i can use pip to uninstall packages, the problem is I don’t know which package is needed and which is not needed. I wish pip was like pacman or apt which can list orphan packages.
Sounds like you need poetry.
Or at least to track your dependencies, so that you can recreate your virtual environment.