
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Deleted: | ||||||||
| < < | ||||||||
Installing PythonWe are big fans of Python in the CLMS program, as it is increasingly popular for scientific computing, has an active user community with mature modules for many tasks available, as well as a fairly easy learning curve. This page will step through how to install a python environment on your local machine. | ||||||||
| Line: 20 to 20 | ||||||||
For Ubuntu 16.04, python3 exists in the default repositories and can be installed with simply:
$ sudo apt-get install python3.6 | ||||||||
| Changed: | ||||||||
| < < | MacOS
| |||||||
| > > |
MacOS
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
Windows
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
Installing PythonWe are big fans of Python in the CLMS program, as it is increasingly popular for scientific computing, has an active user community with mature modules for many tasks available, as well as a fairly easy learning curve. This page will step through how to install a python environment on your local machine. N.B. As of the time of writing (2018), Python 3 is reccomended for most new projects, though is not always the default version of Python installed on many systems. This tutorial will focus on installing Python 3. If you are unsure of your python version, you can always use the commandline$ python --version Python 3.6.4 LinuxIf you're using linux, we trust that you're used to googling for answers to software, and will leave that up to you. In most cases, this can be done using your distro's package manager. For Ubuntu 16.04, python3 exists in the default repositories and can be installed with simply:$ sudo apt-get install python3.6 MacOS
Windows
| |||||||