berryconda
berryconda copied to clipboard
Berryconda is not able to be launched.
I once tried to install berryconda on Pi4. I installed and remove Miniconda before installing Berry. After installing Berry, I cannot use conda, since it shows -bash: /home/pi/miniconda3/bin/conda: no such file or directory. But I have changed .bashrc when installing berry to pi/berryconda What problem may lay here?Thanks
You will need to modify your .bashrc file to add the bin
directory under the berryconda install to your path. You should remove any changes that Miniconda made at the same time.
Thanks, But I have uninstalled Miniconda. How can I find out what new lines are added by Miniconda.
There should be lines which modify the PATH variable. They likely are at or near the end of the .bashrc or .profile file.
I will check it tomorrow. Thank you.