Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Uninstall a Python package
| ResourceFunction["PythonPackageUninstall"]["pkg"] uninstalls the Python package "pkg". | |
| ResourceFunction["PythonPackageUninstall"][{"pkg1","pkg2",…}] uninstalls the specified packages. | |
| ResourceFunction["PythonPackageUninstall"][python,"pkg"] uninstalls for the given Python installation. | 
Use the resource function PythonPackageInstall to install a Python package without dependencies:
| In[1]:= | ![ResourceFunction["PythonPackageInstall"]["tornado"]](https://www.wolframcloud.com/obj/resourcesystem/images/1ad/1adf112a-3cf6-457b-97af-b6fa36358b99/1-0-0/2daf2033190eb2d3.png) | 
| Out[1]= |  | 
Uninstall it:
| In[2]:= | ![ResourceFunction["PythonPackageUninstall"]["tornado"]](https://www.wolframcloud.com/obj/resourcesystem/images/1ad/1adf112a-3cf6-457b-97af-b6fa36358b99/1-0-0/02833a0e51368ddd.png) | 
| Out[2]= |  | 
Install and uninstall several packages:
| In[3]:= | ![ResourceFunction["PythonPackageInstall"][{"tornado", "camelcase"}]](https://www.wolframcloud.com/obj/resourcesystem/images/1ad/1adf112a-3cf6-457b-97af-b6fa36358b99/1-0-0/5012a39d919cb743.png) | 
| Out[3]= |  | 
| In[4]:= | ![ResourceFunction["PythonPackageUninstall"][%]](https://www.wolframcloud.com/obj/resourcesystem/images/1ad/1adf112a-3cf6-457b-97af-b6fa36358b99/1-0-0/128e1d5ef4de6363.png) | 
| Out[4]= |  | 
Install and uninstall a Python package with dependencies:
| In[5]:= | ![ResourceFunction["PythonPackageInstall"]["tst"]](https://www.wolframcloud.com/obj/resourcesystem/images/1ad/1adf112a-3cf6-457b-97af-b6fa36358b99/1-0-0/74bafc927de6349e.png) | 
| Out[5]= |  | 
| In[6]:= | ![ResourceFunction["PythonPackageUninstall"][%]](https://www.wolframcloud.com/obj/resourcesystem/images/1ad/1adf112a-3cf6-457b-97af-b6fa36358b99/1-0-0/57d6d0864e6062ee.png) | 
| Out[6]= |  | 
This work is licensed under a Creative Commons Attribution 4.0 International License