Python Forum
Do I need to uninstall my current Python distribution (3.7) to install Anaconda?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Do I need to uninstall my current Python distribution (3.7) to install Anaconda?
#1
Hi there,
I'm was advised to install Python-Anaconda distribution for some code to implement. My current distribution of python is the default one from python.org. (version 3.7

Do I need to uninstall the current version in order to install Anaconda distribution?

Also, I'm using PyCharm as an editor, is it okay to keep it, or do I need to install it as well?

P.S. My O.S. is Windows 10

Thanks,
Reply
#2
(Jul-10-2018, 01:17 PM)Tim Wrote: Do I need to uninstall the current version in order to install Anaconda distribution?
No it stand alone and not do interfere with python.org 3.7 installation.
Have a tutorial here about Anaconda.
For Windows Python 3.6/3.7 and pip installation under Windows.
You have to choose which shall be main version in Environment Variables Path,get question about Path when install Anaconda.
I have python.org 3.7 set in Path.
C:\
λ python -V
Python 3.7.0
 
C:\
λ pip -V
pip 10.0.1 from c:\python37\lib\site-packages\pip (python 3.7)
Anaconda has own Prompt or can just access from installation folder.
G:\Anaconda3\Scripts
λ conda -V
conda 4.5.4

G:\Anaconda3\Scripts
λ pip -V
pip 9.0.1 from G:\Anaconda3\lib\site-packages (python 3.6)

G:\Anaconda3\Scripts
λ cd ..

G:\Anaconda3
λ python -V
Python 3.6.5 :: Anaconda custom (64-bit)

G:\Anaconda3
λ
Reply
#3
thank you so much snippsat for your detailed response.
Your posts are very helpful.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  distribution fit Glaucio 1 208 Apr-07-2024, 12:30 AM
Last Post: Larz60+
  Weight Distribution 11drk9 11 642 Mar-13-2024, 06:08 AM
Last Post: Pedroski55
  How to find out from outside Python (in Windows) the current version of Python? pstein 4 728 Oct-04-2023, 10:01 AM
Last Post: snippsat
  Anaconda 2.4.2: The JupyterLab 3.5.3 fails to run the python code of the Geographical jamalnuman 0 330 Aug-23-2023, 07:48 AM
Last Post: jamalnuman
Information Best distribution method inovermyhead100 0 549 Jul-19-2023, 07:39 AM
Last Post: inovermyhead100
  Impossible to cleanly uninstall Python 3.8.9 Ftaniere 2 1,684 Sep-01-2022, 10:38 AM
Last Post: snippsat
  How do I use a whl puython distribution? barryjo 6 1,763 Aug-15-2022, 03:00 AM
Last Post: barryjo
  Anaconda pip install mpyc Error pip-script.py is not present Anldra12 2 7,809 Dec-13-2021, 06:59 PM
Last Post: Anldra12
  Uninstall unused COM ports windows 10 adbrooker 1 2,010 Sep-22-2021, 03:16 AM
Last Post: Larz60+
  Get the current file name in Python shantanu97 1 2,431 Mar-22-2021, 04:32 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020