I found that Anaconda wasn’t working—conda and python commands weren’t recognized at all after rebooting my system. It seems like my terminal isn’t detecting the Anaconda installation anymore. I tried restarting the terminal, but that didn’t help. I also checked my .bashrc file; the Anaconda path export line was missing. I ran source ~/.bashrc, but it didn’t fix the issue. Has anyone else faced this problem? Should I run conda init bash again, or is there something else I should check?
↧