mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
docs(idf-tools): Add uninstallation instructions
This commit is contained in:
parent
46f5638847
commit
4cafb6bfa8
@ -174,6 +174,24 @@ Custom installation
|
|||||||
|
|
||||||
Although the methods above are recommended for ESP-IDF users, they are not a must for building ESP-IDF applications. ESP-IDF build system expects that all the necessary tools are installed somewhere, and made available in the ``PATH``.
|
Although the methods above are recommended for ESP-IDF users, they are not a must for building ESP-IDF applications. ESP-IDF build system expects that all the necessary tools are installed somewhere, and made available in the ``PATH``.
|
||||||
|
|
||||||
|
.. _idf-tools-uninstall:
|
||||||
|
|
||||||
|
Uninstall ESP-IDF
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
Uninstalling ESP-IDF requires removing both the tools and the environment variables that have been configured during the installation.
|
||||||
|
|
||||||
|
* Windows users using the :ref:`Windows ESP-IDF Tools Installer <get-started-windows-tools-installer>` can simply run the uninstall wizard to remove ESP-IDF.
|
||||||
|
* To remove an installation performed by running the supported :ref:`install scripts <idf-tools-install>`, simply delete the :ref:`tools installation directory <idf-tools-path>` including the downloaded and installed tools. Any environment variables set by the :ref:`export scripts<idf-tools-export>` are not permanent and will not be present after opening a new environment.
|
||||||
|
* When dealing with a custom installation, in addition to deleting the tools as mentioned above, you may also need to manually revert any changes to environment variables or system paths that were made to accommodate the ESP-IDF tools (e.g. ``IDF_PYTHON_ENV_PATH`` or ``IDF_TOOLS_PATH``). If you manually copied any tools, you would need to track and delete those files manually.
|
||||||
|
* If you installed any plugins like the `ESP-IDF Eclipse Plugin <https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md>`_ or `VSCode ESP-IDF Extension <https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md>`_, you should follow the specific uninstallation instructions described in the documentation of those components.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Uninstalling the ESP-IDF tools doesn't remove any project files or your code. Be mindful of what you are deleting to avoid losing any work. If you're unsure about a step, refer back to the installation instructions.
|
||||||
|
|
||||||
|
These instructions assume that the tools were installed following the procedures in this provided document. If you've used a custom installation method, you might need to adapt these instructions accordingly.
|
||||||
|
|
||||||
.. _idf-tools-list:
|
.. _idf-tools-list:
|
||||||
|
|
||||||
List of IDF Tools
|
List of IDF Tools
|
||||||
|
@ -174,3 +174,8 @@ Build Your First Project
|
|||||||
If you already have the ESP-IDF installed and not using IDE, you can build your first project from the command line following the :ref:`Start a Project on Windows <get-started-windows-first-steps>` or :ref:`Start a Project on Linux and macOS <get-started-linux-macos-first-steps>`.
|
If you already have the ESP-IDF installed and not using IDE, you can build your first project from the command line following the :ref:`Start a Project on Windows <get-started-windows-first-steps>` or :ref:`Start a Project on Linux and macOS <get-started-linux-macos-first-steps>`.
|
||||||
|
|
||||||
.. _Stable version: https://docs.espressif.com/projects/esp-idf/en/stable/
|
.. _Stable version: https://docs.espressif.com/projects/esp-idf/en/stable/
|
||||||
|
|
||||||
|
Uninstall ESP-IDF
|
||||||
|
=================
|
||||||
|
|
||||||
|
If you want to remove ESP-IDF, please follow the :ref:`Uninstall ESP-IDF guide <idf-tools-uninstall>`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user