Take two simple commands executed in an Rmd file.
pwdworks fine- but when I try to run
conda listI get an error thatconda: command not found, even thoughconda listexecutes fine in my terminal.
```{bash}
pwd
```
```{bash}
conda list
```
What would be the process to make conda findable in an Rmd chunk?