You can also explicitely deactivate the conda base environment by conda deactivate, then everything should install as if conda was not present at all.
Avoiding autoactivation of conda base upon terminal startup can be achieved by:
echo 'auto_activate_base: false' >> $HOME/.condarc