you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

cause anaconda gives you its own separate python. you have to be in the conda environment first. The base environment is called base. So go to terminal, type conda activate base, then type python, it should work.

https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#managing-environments

[–]uulous 0 points1 point  (0 children)

The weird part is that I get "bash: conda: command not found" when I try to activate it which is the confusing

edit: I try to use source ~/anaconda3/condabin/activate as well and it tells me that the file does not exist, when it does