Install Conda and make Conda packages available in current environment code example
Example 1: How do I set Conda to activate the base environment by default?
conda config --set auto_activate_base true
Example 2: how to activate conda environment
conda activate myenv