cmd showing the interpreter error and version 3 7 showing

0 votes

I have installed the python 3.8 version. In that version, I have installed anaconda version 3.7. But in the cmd they showing the interpreter error and version 3.7 showing.

By showing in the cmd python 3.7. But I have installed 3.8. Please help me on how to rectify this error. And in the cmd pip cannot be configured. Please help me. Is their anybody having python setup and anaconda setup videos

Oct 14, 2020 in Python by anonymous
• 10,520 points
283 views

1 answer to this question.

0 votes

You can add python3.8 in the environment variables. to use it execute python3.8 in cmd

answered Oct 14, 2020 by anonymous
• 65,910 points

Related Questions In Python

0 votes
1 answer

Python interpreter error: I have installed Python 3.8 but it shows version 3.7

Add python3.8 in the environment variables . ...READ MORE

answered Jun 23, 2020 in Python by Mr X
1,342 views
+4 votes
3 answers

Write a for loop that prints all elements of a list and their position in the list. a = [4,7,3,2,5,9]

Try using this question by list comprehension: a=[4,7,3,2,5,9] print([x for ...READ MORE

answered Dec 9, 2019 in Python by vinaykumar
• 200 points
33,764 views
0 votes
1 answer

How is Python 2.7.3 and Python 3.3 different?

raw_input() is not used in Python 3. Use input()  ...READ MORE

answered Sep 12, 2018 in Python by SDeb
• 13,300 points
656 views
0 votes
3 answers

Is python version 3.7.2 supported by pycharm jetbrains IDE?

Yes it works fine.. READ MORE

answered Feb 28, 2019 in Python by Pratosh kumar
1,075 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,023 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,420 views
0 votes
1 answer

Python interpreter error: I have installed Python 3.8 but it shows version 3.7

Hi, While installing Python 3.8 there was a box ...READ MORE

answered Jul 2, 2020 in Python by Gitika
• 65,910 points
3,187 views
+1 vote
5 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP