Lokesh Dhakal
46ff6a600f
Minor Polishes
2020-11-22 21:30:35 +01:00
Andrew Martin
9385d82078
update brew download link
...
if you use the older `ruby` command, the brew installer throws a warning:
```
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh )"
```
2020-09-28 10:34:16 -04:00
Bartosz Zaczyński
b2eab694ed
Merge pull request #1068 from hharutyunyan/master
...
Fixes for Python 2 End of Life
2020-09-21 18:20:53 +02:00
Henry Harutyunyan
5ae6568805
Update docs/starting/which-python.rst
...
Co-authored-by: Bartosz Zaczyński <bartosz.zaczynski@gmail.com >
2020-09-21 20:14:47 +04:00
Miro Hrončok
4075a0b840
Update Fedora instructions a bit
2020-09-20 13:56:53 +02:00
Henry Harutyunyan
c53cf42b6b
Fixes for Python 2 End of Life
...
Since Python2 reached the end of its life in January, we need to update the page "Picking a Python Interpreter" accordingly
2020-09-16 15:41:44 +04:00
Christian Clauss
131e43a4f6
Setup Python 3.8 on Ubuntu
2020-01-14 07:41:24 +01:00
Marc Poulin
ad057124d4
Merge pull request #957 from apjanke/doscon-styling
...
Format Windows console examples with `doscon`or `powershell`
2019-03-14 08:23:08 -06:00
Andrew Janke
d200bf04f8
Format Windows console examples with doscon or powershell
2019-03-05 01:05:12 -05:00
Andrew Janke
808eb3a286
Fix redirected and broken links
2019-03-05 00:52:49 -05:00
Marc Poulin
1d98f63f66
Merge pull request #959 from apjanke/remove-osx-version-reference-for-default-python-version
...
Don't qualify OS X version when saying what Python version it ships with
2019-01-24 08:59:04 -07:00
Marc Poulin
32437cc4bc
Merge pull request #952 from apjanke/typos
...
Typo and grammar fixes
2018-12-19 08:42:58 -07:00
Andrew Janke
9ae7b69a62
Don't qualify OS X version when saying what Python version it ships with
2018-12-18 01:02:58 -05:00
Andrew Janke
e6d6e47b46
Use "Unix" instead of "UNIX" consistently
2018-12-18 00:33:12 -05:00
Andrew Janke
eb6ec70706
Typo, grammar, and style fixes
2018-12-17 17:23:26 -05:00
Marc Poulin
0dfc4c3555
Merge pull request #949 from apjanke/style-Xcode
...
Style it "Xcode", not "XCode"
2018-12-17 13:55:39 -07:00
Andrew Janke
dfa8b35a3b
Capitalize "Homebrew" consistently"
2018-12-17 13:21:20 -05:00
Andrew Janke
45814137dc
Style it "Xcode", not "XCode"
2018-12-17 12:50:00 -05:00
Marc Poulin
35c13bc9ea
Fixed all H2 headings
...
Before, H2 fomratting was not consistent.
Now, all H2 headings use over/under asterisks.
2018-12-04 13:44:41 -07:00
Marc Poulin
693c8ca677
Fixed all H1 headings
...
Before, H1 headings were not consistent.
Now, all H1 headings user over/under hashes.
2018-11-29 11:46:30 -07:00
Ben Norquist
eda3868a80
merge master
2018-11-20 12:10:31 -06:00
Ben Norquist
c178db7792
redundant instructions
2018-11-20 12:07:27 -06:00
Ben Norquist
fdc5e3bfaa
add path step for mojave and high sierra
2018-11-20 12:06:14 -06:00
Aditya
bd3d762f5e
Update the link for latest available Python 2.7 release for Windows
2018-10-15 15:47:12 +05:30
Dan Bader
cd912938e3
Fix typo & readjust sidebars
2018-07-25 21:00:13 -07:00
Dan Bader
03ed5fbf0d
Host photos locally
2018-07-16 17:51:29 -07:00
Allison Browne
2857fda10a
Update osx.rst
2018-06-11 15:58:08 -04:00
Ben Norquist
58bbf2a25e
added high_sierra setup instructions
2018-05-13 20:35:43 -07:00
kennethreitz
57b28f8b08
#887
2018-03-07 08:07:41 -05:00
cclauss
26c994960d
Homebrew changed the way that Python is installed
...
https://docs.brew.sh/Homebrew-and-Python
The default __python__ is now Python 3.
2018-03-04 03:09:42 +01:00
cclauss
aef9ad5c0d
Homebrew has changed how Python is installed
...
https://docs.brew.sh/Homebrew-and-Python
The default __python__ is now Python 3.
2018-03-04 03:03:28 +01:00
rroskam
5f348c9be2
Updating to use chocolatey
2018-02-11 10:49:26 -06:00
Ken Colton
a0e33fd384
(osx) how to make python reference python3
...
I noticed that the very next page (which is no longer OSX specific) makes the assumption that `python` will invoke the Python 3 interpreter, while the last mention of versions on this page leaves `python` referencing the OSX System Python interpreter.
I honestly do not know if this is the "correct" way to configure this default. It looks like brew is cautious about symlinking over the native Python 2.7.10 (High Sierra) and they might have good reason. All of my projects are Python 3 now, so i'm ready to "make it ~facebook~ PATH official with Python 3"
Regardless of how it's done - or if it's a bad idea - it's worth mentioning IMO because there is a discontinuity of where this page leaves `python` and where the next page assumes `python` to be.
2018-01-31 22:22:28 -05:00
David Lutton
208447c945
Windows install link to current release
...
Updates the Windows install guide to link to the current release of the installer
2018-01-08 20:05:14 +00:00
kennethreitz
411599c5ad
Merge pull request #860 from bakotaco/master
...
update latest MacOS version name (High Sierra)
2017-12-03 06:41:51 -06:00
Zac-HD
cb3f026a3e
Update install instructions
...
Link py2 docs to py3 docs.
Fix invisible subheading.
Note that pip is part of the Python install now; closes #347 .
Suggest avoiding eol 2.6 unless paid specifically.
2017-11-27 14:35:28 +11:00
Bas Kok
40b16591ae
update latest MacOS version name (High Sierra)
2017-11-20 10:27:31 +01:00
Sander van Dragt
91d788c201
deadsnakes repository change
2017-11-09 15:00:54 +00:00
kennethreitz
28e5118fdc
Merge pull request #850 from Armour/master
...
fixed typo
2017-11-02 15:41:20 -04:00
Nils Diefenbach
cc02d1cfa8
Fixing typos
...
no more bellowing required by reader.
2017-10-16 11:38:35 +02:00
Chong Guo
1cd8fd2e82
fixed typo
2017-10-09 14:23:43 -07:00
Aditya
296e780c77
Update the link for latest available Python 3.6 release for Windows
2017-10-05 13:39:55 +05:30
Aditya
caebc3b3ce
Update the link for latest available Python 2.7 release for Windows
2017-10-05 13:36:40 +05:30
Marco Rougeth
63bde4525a
Add ref to installation.rst
2017-09-26 22:14:58 -03:00
kennethreitz
0286285295
Update win.rst
2017-09-04 16:43:08 -04:00
kennethreitz
e24d7d074b
Update osx.rst
2017-09-04 16:42:59 -04:00
kennethreitz
e69ced1a9c
Update linux.rst
2017-09-04 16:42:48 -04:00
kennethreitz
bf0bf4ad98
Update win.rst
2017-09-04 16:41:56 -04:00
kennethreitz
a3ac30630f
Update osx.rst
2017-09-04 16:41:39 -04:00
kennethreitz
dae92ca463
Update linux.rst
2017-09-04 16:41:23 -04:00