I was trying to install anaconda in ubuntu 22.04.4.
sudo ./name_of_anaconda.sh
was executed but after installing, I couldn't find "base" at the begin of the command line. However, when I tried to use bash ./name_of_anaconda.sh
, the problem was solved.Although the problem was solved, I still wonder why the problem occurred.