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 11 months ago

AhmedCode99 commented 11 months 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 11 months ago

Well, this depends upon your IDE.

LinxuanHu commented 11 months 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 11 months 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 11 months 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