I installed AWS with Python 3.11 in my PC. later I uninstalled Python 3.11 to use Python 3.10 but when I run aws --version
it still shows Python 3.11.
When I run other commands like eb init
it shows and error:
'eb' is not recognized as an internal or external command,operable program or batch file.
And even if I pip install awsebcli
it gets installed in Python 3.10. How to fix this?