Git bash & conda in Windows
- Go to conda.sh location such as
C:\Users\{your_username}\anaconda3\etc\profile.d
- Open git bash here by right click as
Git Bash Here
- Enter command
echo ". ${PWD}/conda.sh" >> ~/.bashrc
- Close Git Bash & Re-Open
- command
conda
- command
Appendix
Reference
How to add Conda to Git Bash (Windows): https://fmorenovr.medium.com/how-to-add-conda-to-git-bash-windows-21f5e5987f3d
Leave a comment