You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install-python.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ C:\users\username\> python -V
38
38
Python 3.10.1
39
39
```
40
40
41
-
If you see this and the reported version number issufficently high (often 3.9 or higher),**you are good to go**.
41
+
If you see this and the reported version number issufficiently high (often 3.9 or higher),**you are good to go**.
42
42
43
43
####2.7? Uh oh, your Python is badly outdated!
44
44
@@ -65,7 +65,7 @@ C:\users\username\> python -V
65
65
Python was not found; run without arguments to install from the Windows Store...
66
66
```
67
67
68
-
Looks like you do not have Python at all.**You will need to continue below to install Python 3**. When you see this specific error message, it means that Python is not installed. What is running is a shim program meant to help you install Python 3 from the Windows Store (one option below). You can select this option bysimplying typing`python` and following along in the UI.
68
+
Looks like you do not have Python at all.**You will need to continue below to install Python 3**. When you see this specific error message, it means that Python is not installed. What is running is a shim program meant to help you install Python 3 from the Windows Store (one option below). You can select this option bysimplifying typing`python` and following along in the UI.
69
69
70
70
71
71
###Step 3. You need Python, install it on Windows
@@ -142,10 +142,10 @@ The Windows Store version of Python is a good option. It's the easiest way to ge
142
142
143
143
**Install steps - Chocolatey package manager on Windows**
2. Open an**[administrator command prompt](https://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/)**
147
147
3. Install the latest Python:`choco install python`
148
-
4.Peridocially check for a new release: Open admin command prompt and run`choco upgrade python`
148
+
4.Periodically check for a new release: Open admin command prompt and run`choco upgrade python`
149
149
5. Close all terminal and command prompt windows and reopen one (to refresh the path)
150
150
6. Run`python -V` in a new terminal window to verify you have Python now working
151
151
@@ -161,7 +161,7 @@ The Windows Store version of Python is a good option. It's the easiest way to ge
161
161
162
162
**Cons**
163
163
164
-
* Generally uses[condaenvironements](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) rather than[Python's virtual environments](https://www.geeksforgeeks.org/python-virtual-environment/) - this can lead to a mismatch in instructions when Anaconda is not the primary tool used.
164
+
* Generally uses[condaenvironments](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) rather than[Python's virtual environments](https://www.geeksforgeeks.org/python-virtual-environment/) - this can lead to a mismatch in instructions when Anaconda is not the primary tool used.
165
165
* Packages available here often lag behind in release schedule from PyPI / pip
166
166
* Often one whole version behind on Python (e.g. 3.9 rather than 3.10)
167
167
@@ -197,7 +197,7 @@ $ python3 -V
197
197
Python 3.10.1
198
198
```
199
199
200
-
If you see this and the reported version number issufficently high (often 3.6 or higher),**you are good to go**.
200
+
If you see this and the reported version number issufficiently high (often 3.6 or higher),**you are good to go**.
201
201
202
202
####2.7? Uh oh, your Python is badly outdated!
203
203
@@ -247,7 +247,7 @@ Looks like you do not have Python 3 at all. **You will need to continue below to
2. Open a**[terminal](https://www.makeuseof.com/open-terminal-on-mac/)**
249
249
3. Install the latest Python:`brew install python`
250
-
4.Peridocially check for a new release: Open terminal and run`brew update` then`brew upgrade`
250
+
4.Periodically check for a new release: Open terminal and run`brew update` then`brew upgrade`
251
251
5.**CAREFUL**: Take careful note of any messages shown - sometimes you must[update your path](https://coolestguidesontheplanet.com/add-shell-path-osx/) (varies by default shell: bash, zsh, etc.) for this version to be located.
252
252
5. Close all terminal windows
253
253
6. Run`python3 -V` in a new terminal window to verify you have Python now working
@@ -289,7 +289,7 @@ The Python official installer can be found on **[python.org](http://python.org)*
289
289
290
290
**Cons**
291
291
292
-
* Generally uses[condaenvironements](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) rather than[Python's virtual environments](https://www.geeksforgeeks.org/python-virtual-environment/) - this can lead to a mismatch in instructions when Anaconda is not the primary tool used.
292
+
* Generally uses[condaenvironments](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) rather than[Python's virtual environments](https://www.geeksforgeeks.org/python-virtual-environment/) - this can lead to a mismatch in instructions when Anaconda is not the primary tool used.
293
293
* Packages available here often lag behind in release schedule from PyPI / pip
294
294
* Often one whole version behind on Python (e.g. 3.9 rather than 3.10)
295
295
@@ -327,7 +327,7 @@ $ python3 -V
327
327
Python 3.10.1
328
328
```
329
329
330
-
If you see this and the reported version number issufficently high (often 3.6 or higher),**you are good to go**.
330
+
If you see this and the reported version number issufficiently high (often 3.6 or higher),**you are good to go**.
* Generally uses[condaenvironements](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) rather than[Python's virtual environments](https://www.geeksforgeeks.org/python-virtual-environment/) - this can lead to a mismatch in instructions when Anaconda is not the primary tool used.
400
+
* Generally uses[condaenvironments](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) rather than[Python's virtual environments](https://www.geeksforgeeks.org/python-virtual-environment/) - this can lead to a mismatch in instructions when Anaconda is not the primary tool used.
401
401
* Packages available here often lag behind in release schedule from PyPI / pip
402
402
* Often one whole version behind on Python (e.g. 3.9 rather than 3.10)