How To Install Anaconda3 In Windows 10
Installing Anaconda on Windows
Installing Anaconda on Windows
For problem solvers, I recommend installing and using the Anaconda distribution of Python. This section details the installation of the Anaconda distribution of Python on Windows 10. I recall the Anaconda distribution of Python is the best pick for problem solvers who want to use Python. Anaconda is free (although the download is large which tin take fourth dimension) and can be installed on school or work computers where you don't take ambassador access or the ability to install new programs. Anaconda comes bundled with most 600 packages pre-installed including NumPy, Matplotlib and SymPy. These three packages are very useful for problem solvers and volition be discussed in subsequent chapters.
Follow the steps below to install the Anaconda distribution of Python on Windows.
Steps:
-
Visit Anaconda.com/downloads
-
Select Windows
-
Download the .exe installer
-
Open up and run the .exe installer
-
Open the Anaconda Prompt and run some Python lawmaking
1. Visit the Anaconda downloads folio
Get to the following link: Anaconda.com/downloads
The Anaconda Downloads Page will look something similar this:
2. Select Windows
Select Windows where the 3 operating systems are listed.
3. Download
Download the almost recent Python 3 release. At the time of writing, the most recent release was the Python 3.6 Version. Python two.7 is legacy Python. For problem solvers, select the Python 3.6 version. If y'all are unsure if your calculator is running a 64-bit or 32-bit version of Windows, select 64-flake as 64-bit Windows is most common.
You may exist prompted to enter your electronic mail. Yous can however download Anaconda if you click [No Thanks]
and don't enter your Work Email address.
The download is quite big (over 500 MB) then information technology may accept a while to for Anaconda to download.
4. Open and run the installer
Once the download completes, open up and run the .exe installer
At the kickoff of the install, you need to click Adjacent to confirm the installation.
Then hold to the license.
At the Advanced Installation Options screen, I recommend that you lot do not cheque "Add Anaconda to my PATH environment variable"
After the installation of Anaconda is complete, you can become to the Windows starting time carte du jour and select the Anaconda Prompt.
This opens the Anaconda Prompt. Anaconda is the Python distribution and the Anaconda Prompt is a command line shell (a program where you type in commands instead of using a mouse). The black screen and text that makes upward the Anaconda Prompt doesn't look like much, but it is really helpful for trouble solvers using Python.
At the Anaconda prompt, blazon python
and hitting [Enter]
. The python
command starts the Python interpreter, also chosen the Python REPL (for Read Evaluate Impress Loop).
> python
Notation the Python version. Y'all should see something like Python 3.6.1
. With the interpreter running, yous will encounter a set of greater-than symbols >>>
before the cursor.
Now you can type Python commands. Try typing import this
. You should run into the Zen of Python past Tim Peters
To close the Python interpreter, type exit()
at the prompt >>>
. Note the double parenthesis at the finish of the get out()
control. The ()
is needed to cease the Python interpreter and become back out to the Anaconda Prompt.
To shut the Anaconda Prompt, you can either close the window with the mouse, or type leave
, no parenthesis necessary.
When you want to use the Python interpreter once again, only click the Windows Commencement button and select the Anaconda Prompt and type python
.
Source: https://problemsolvingwithpython.com/01-Orientation/01.03-Installing-Anaconda-on-Windows/
Posted by: walravenvoymaiden.blogspot.com
0 Response to "How To Install Anaconda3 In Windows 10"
Post a Comment