When I execute which -a python
I get two paths:
/home/autumn/anaconda3/bin/python
/usr/bin/python
If I delete the directory ~/anaconda3 the first link to the python binary automatically vanishes. How is it possible to create links like these? And how is the anaconda3 directory related to this without any special command?