starting python environment anaconda code example
Example 1: how to open anaconda in terminal
Type this in terminal:
anaconda-navigator
Example 2: conda create environment python 3
conda create -n [env-name] python
Type this in terminal:
anaconda-navigator
conda create -n [env-name] python