Today, when I was learning anaconda, I found that the same package can still be installed again with conda after installing with pip, and the destination path is also different.
what I know (want to know whether it is correct):
1.condaanaconda
2.conda virtualenv pyvenv
3.pyvenvpython,pip
what I want to know:
1.anacondabase(root),?
2.pipcondabase?
3.anaconda navigatercreate,conda create ?
4.conda create -n nb --clone root base(root),pip?
5.condavirtualenv...