ubsuny / 23-Homework4G4

MIT License
0 stars 10 forks source link

How do I know which python version of python to lint? #45

Open AhmedCode99 opened 1 year ago

AhmedCode99 commented 1 year ago

I am setting up git hub actions to pylint codes when they get pushed. But I have to specify which version of python we are using. Now I am using Python 3.0. But it is not necessary that everyone else is.

reshnashrestha commented 1 year ago

Well, this depends upon your IDE.

LinxuanHu commented 1 year ago

for mac, you can check your python version by enter python in your terminal if you use python2, or enter python3 if you use python3

LinxuanHu commented 1 year ago

Well, this depends upon your IDE.

python version is depends upon your computer, not IDE, because you install python in your computer

LinxuanHu commented 1 year ago

Well, this depends upon your IDE.

for example, if you have two IDE installed, vs code and pycharm, they have the same python version