I have installed Miniconda for Windows Subsystem for Linux. Every time I start the VScode terminal I get the message: conda command not found. I can use conda only if I type the commands:
source ~/.bashrcexport PATH="/home/user/miniconda3/bin:$PATH"
Is there a way to fix it?
I have also put the export PATH="/home/user/miniconda3/bin:$PATH" on the ubuntu terminal too, but it didn't change anything.