Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tools:espidf [2023/10/18 13:48] – [Resources] darrontools:espidf [2024/10/02 00:38] (current) – [Setup] darron
Line 19: Line 19:
 </code> </code>
  
-Debian bullseye has python 3 but on buster python 3 will need to be the default version. +Python3 will need to be the [[:tools:python|default]] version.
- +
-<code> +
-update-alternatives --remove-all python +
-update-alternatives --install /usr/bin/python python /usr/bin/python3 2 +
-update-alternatives --install /usr/bin/python python /usr/bin/python2 1 +
-update-alternatives --config python +
-python -V +
-Python 3.7.3 +
-</code>+
  
 === User === === User ===