.. _python-uninstall:

Uninstall Software
===================

In some cases, removing Python or an editor is necessary.
Here you will find guides on how to uninstall **Conda**, **Python** and **Visual Studio Code**. 

If you experience hard-to-resolve problems, it might be because you have
installed all packages in your global Python home (i.e. using ``pip``
in your base installation, *not* in a virtual environment).
If this is the case, you are recommended to delete your installation,
and when using a new one, please remember to use :ref:`environments <packages-and-environments>`.



.. dropdown:: Uninstalling Conda

    .. tab-set::
        :sync-group: os

        .. tab-item:: {{ windows_icon }}
            :sync: windows

            .. include:: windows/conda.rst



        .. tab-item:: {{ apple_icon }}
            :sync: mac

            .. include:: macos/conda.rst


.. dropdown:: Uninstalling Python

    .. tab-set::
        :sync-group: os

        .. tab-item:: {{ windows_icon }}
            :sync: windows

            .. include:: windows/python.rst



        .. tab-item:: {{ apple_icon }}
            :sync: mac

            .. include:: macos/python.rst


.. dropdown:: Uninstalling Visual Studio Code

    .. tab-set::
        :sync-group: os

        .. tab-item:: {{ windows_icon }}
            :sync: windows

            .. include:: windows/vscode.rst



        .. tab-item:: {{ apple_icon }}
            :sync: mac

            .. include:: macos/vscode.rst
