I had python 3.9.4
and everything was fine then ! When i updated to 3.9.6
, i am not able to use py
command .But i can use python
command . Any fix for that?
Asked
Active
Viewed 213 times
0

httpanand
- 216
- 2
- 17
-
https://stackoverflow.com/questions/50896496/what-is-the-difference-between-py-and-python-in-the-terminal – Paolo Tormon Jul 24 '21 at 02:18
-
1Thank You for the reply @PaoloTormon . I have python launcher too . I have been using python for a year and i have not come across something like this till now . Should i reinstall the launcher? – httpanand Jul 24 '21 at 02:25
-
@KetZoomer have it already ... – httpanand Jul 24 '21 at 05:04
1 Answers
0
You can do alias py=python
. If you want the alias to persist, you should add it to your ~/.bashrc
and ~/.profile
files.

supermuesli
- 81
- 5