I have recently installed WSL2 (Ubuntu) in Windows 11 to learn about its commands and working with. Everything is working fine, but I am unable to access my Windows applications from within Ubuntu.
For example, in Windows, I have installed Anaconda and MySQL which I am able to access from Git Bash, CMD, or PowerShell but not from within Ubuntu in WSL2.
I use WSL for most of the time for my work, but I am unable to work with local Windows applications.
I tried to export the path of my Anaconda and MySQL to zsh, but it's still not working:
export PATH="/mnt/c/Users/verma/anaconda3/Library/bin:$PATH"
Is there any way to resolve this?