Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tips python3 use usage #54

Open
lix19937 opened this issue Jul 7, 2023 · 1 comment
Open

tips python3 use usage #54

lix19937 opened this issue Jul 7, 2023 · 1 comment

Comments

@lix19937
Copy link

lix19937 commented Jul 7, 2023

One thing to note is that Python 3 cannot use pip install pip autoremove on the project homepage. Instead, use 'pip install python3 pip autoremove. Now you can directly use pip3 autoremove xxx to uninstall a package and all its dependent.

pip3 autoremove flasks, such as unloading flasks

@lix19937
Copy link
Author

lix19937 commented Jul 7, 2023

中文:
有一点需要注意,python3 不能使用项目主页中使用 pip install pip-autoremove,要使用 pip install python3-pip-autoremove .现在就能直接用 pip3-autoremove xxx 卸载某个包及其所有依赖了

pip3-autoremove flask, 比如卸载 flask

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant