Switching between Python 3 7 and 3 8 under Anaconda

0 votes

What is the rationale for having two versions under pkgs (as in II and III above) but just one default version (as in I)?

Apr 26, 2022 in Python by Edureka
• 13,620 points
634 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes
In addition to Gino Mempin's response, it's worth adding that under Windows, you can fast switch between Python versions by modifying the PATH environment variable in System Variables under your Environment Variables.

Most people who transition between Python versions, in my experience, use Linux, but for those who use Windows, go to This PC -> Right-click -> Properties -> Advanced System Settings, then from System Properties, go to the Advanced tab, and pick Environment Variables to adjust PATH. You don't have to delete earlier versions of Python; simply add new ones and choose to move them above the others to give them priority.

You'll also need to restart your Command Prompt or Powershell after doing this if you had it open and was using Python before editing the environment variables.

After doing this you'll be able to install and manage packages for the current version of Python that has priority.
answered May 9, 2022 by Edureka
• 12,690 points

edited Mar 5

Related Questions In Python

+1 vote
1 answer

How to install tensorflow using anaconda and python 3.7.1 on windows?

Since I am using python 3.5 so ...READ MORE

answered Aug 19, 2019 in Python by Arvind
• 3,050 points
9,513 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
1,031 views
0 votes
1 answer

How do I create 3 X 4 array of random numbers between 0 and 100 using python?

Use numpy in the following manner: np.random.rand(3,4)*100 When you ...READ MORE

answered May 24, 2019 in Python by Radhika
2,376 views
0 votes
1 answer

What are the key differences between python 2 and python 3?

The key differences include changes in the ...READ MORE

answered Aug 14, 2019 in Python by Mohammad
• 3,230 points
1,240 views
0 votes
1 answer

How to install WordCloud or an equivalent package on Anaconda Python 3.7?

Hey, @Jhonny, Could you please post how did ...READ MORE

answered May 5, 2020 in Python by Gitika
• 65,770 points
5,121 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,770 points
3,833 views
0 votes
1 answer

Error executing Jupyter command 'notebook': [Errno 2] No such file or directory

Hi@akhtar, I think there is a problem with ...READ MORE

answered Jun 25, 2020 in Python by MD
• 95,460 points
5,568 views
0 votes
0 answers

How to know which Python is running in Jupyter notebook?

I am using jupyter notebook and I ...READ MORE

Apr 24, 2022 in Python by Kichu
• 19,040 points
767 views
+2 votes
3 answers

Problem with installation of Wordcloud in anaconda

Using Anaconda Python 3.6 version For Windows ...READ MORE

answered Aug 7, 2018 in Data Analytics by Priyaj
• 58,020 points
18,999 views
0 votes
1 answer

How are Python and Anaconda Related?

Anaconda is a free and open-source Python ...READ MORE

answered Oct 30, 2018 in Python by SDeb
• 13,300 points
1,000 views
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