I have installed Spyder Python IDE in a virtual environment. For this purpose I used the following command:
python3 -m venv spyder-env
source spyder-env/bin/activate
I have to switch to the virtual environment and then type spyder. I am using Ubuntu 20.04. Can I create a bash command as a shortcut and then create a desktop icon to directly open it in order to save time?