I am using this awesome plugin from a long time but today I updated my Ubuntu 18.04 to Ubuntu 20.04. When I tried to source my .zshrc this plugin got the following error:
_alias_tips__preexec:37: command not found: python
After a bit of googling, I found that Ubuntu 20.04 has removed the symlink to python2.x from /usr/bin/python and now it only has python3 command available. Can someone help me how to resolve this issue? This error is coming again and again after every command I use.
I am using this awesome plugin from a long time but today I updated my Ubuntu 18.04 to Ubuntu 20.04. When I tried to source my
.zshrc
this plugin got the following error:After a bit of googling, I found that Ubuntu 20.04 has removed the symlink to python2.x from
/usr/bin/python
and now it only haspython3
command available. Can someone help me how to resolve this issue? This error is coming again and again after every command I use.