I am trying to use conda within the Rstudio terminal, in a Linux machine running Ubuntu 18.04.4.
I have done this until last week without a problem, but now when I simply run conda
, I get: bash: conda: command not found
. This does not happen if I run conda
in gnome-terminal or in terminator, where I get the expected behaviour with the help menu.
Not sure if related to this, but at the same time that this happened, the Rstudio terminal prompt also stoped loading directly in the directory where I have my Rstudio projects.
if anyone could point me into a direction to solve this, that would be great.
Thanks