how to properly install anaconda code example
Example 1: how to install a library in anaconda
python -m pip install libraryname
Example 2: install make anaconda
conda install -c conda-forge make
python -m pip install libraryname
conda install -c conda-forge make