I have two Anaconda environments:
The base environment is the default environme
You can conda activate myEnvName. Then, calling python on shell will bring you the desired python. When installing packages, always select in which environment you wish it to be installed. The default environment is base
conda activate myEnvName
base