- PC: Debian GNU/Linux "sid"
-
Clone this repository to
~/nand-base
git clone --recursive https://github.com/doubleo-dev/nand-base.git ~/nand-base
-
Set the environmental variables
echo 'export PATH="~/nand-base/bin:$PATH"' >> ~/.bashrc
Restart the shell after this step.
-
(Each time) Run the command to activate the development base
Note the leading dot and the required space in the commands
Base name Full command Short command MCU RIOT . activate-nand-riot
. anr
ESP32-S3 ESP-IDF (FreeRTOS) . activate-nand-esp
. ane
ESP32-S3
-
Remove ESP-IDF tools directory
rm -rf ~/nand-base/riot/.espressif rm -rf ~/nand-base/esp/.espressif
-
Remove this repository located at
~/nand-base
rm -rf ~/nand-base
-
Remove Anaconda
This will remove all other Anaconda environments.
Reference: https://www.anaconda.com/docs/getting-started/anaconda/uninstall
rm -rf ~/anaconda3 rm -rf ~/.condarc ~/.conda ~/.continuum
-
Remove export codes from
~/.bashrc
At your own risk.
This guide may have added the following lines into
.bashrc
:export PATH="~/nand-base/bin:$PATH"
- The lines between
# >>> conta initialize >>>
and# <<< conda initialize <<<