Commit Graph

2061 Commits

Author SHA1 Message Date
kennethreitz dae92ca463 Update linux.rst 2017-09-04 16:41:23 -04:00
kennethreitz 87a6f8df67 Update linux.rst 2017-09-04 16:40:37 -04:00
kennethreitz 900ff699df Update which-python.rst 2017-09-04 16:38:09 -04:00
kennethreitz 9ba0f4b794 Update installation.rst 2017-09-04 16:36:45 -04:00
kennethreitz 7c070d7285 Update index.rst 2017-09-04 16:35:17 -04:00
kennethreitz a336f79754 Update win.rst 2017-09-01 13:04:45 -04:00
kennethreitz 4dbf587160 Update virtualenvs.rst 2017-08-31 03:11:20 -04:00
kennethreitz ba1cdd54ec Update virtualenvs.rst 2017-08-30 20:37:11 -04:00
kennethreitz 86e7d9f08b Update virtualenvs.rst 2017-08-30 19:56:58 -04:00
kennethreitz 134bf0ad0b Update virtualenvs.rst 2017-08-30 19:28:26 -04:00
kennethreitz 6579fccc1c Update win.rst 2017-08-30 19:03:23 -04:00
kennethreitz 4c5f4c2aeb Update osx.rst 2017-08-30 19:03:08 -04:00
kennethreitz c8035432b5 Update linux.rst 2017-08-30 19:02:49 -04:00
kennethreitz eab357e58d Update installation.rst 2017-08-30 18:58:43 -04:00
kennethreitz eeff404a42 Update which-python.rst 2017-08-30 18:56:59 -04:00
kennethreitz fbf0d8b999 Update which-python.rst 2017-08-30 18:56:16 -04:00
kennethreitz 97ebece5f1 Update installation.rst 2017-08-30 18:55:26 -04:00
kennethreitz 53c1c7db1e Update virtualenvs.rst 2017-08-30 18:53:00 -04:00
kennethreitz 2ca6cdb5f1 Update virtualenvs.rst 2017-08-30 18:48:18 -04:00
kennethreitz aee8a9f9cb Update virtualenvs.rst 2017-08-30 18:35:01 -04:00
kennethreitz a554f0f645 Update virtualenvs.rst 2017-08-30 18:32:20 -04:00
kennethreitz 6a8feb001c Update virtualenvs.rst 2017-08-30 18:25:47 -04:00
kennethreitz 0c7fed1f34 Update sidebarlogo.html 2017-08-29 20:49:05 -04:00
kennethreitz 325482560f Update sidebarintro.html 2017-08-29 20:48:53 -04:00
kennethreitz 7a58e5c03a python 3 propganda™
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-08-28 02:10:33 -04:00
kennethreitz 9a12bb7a90 Merge branch 'master' of github.com:kennethreitz/python-guide 2017-08-20 20:41:33 -04:00
kennethreitz 6656c15227 BTC
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-08-20 20:41:26 -04:00
kennethreitz eb1170d665 Merge pull request #834 from cclauss/patch-2
Changes in how homebrew installs Python on Mac OSX
2017-08-17 07:34:01 -07:00
kennethreitz f72ce67023 Merge pull request #835 from cclauss/patch-3
Changes in how homebrew installs Python on Mac OSX
2017-08-17 07:33:27 -07:00
cclauss 2d1b231c4d Changes in how homebrew installs Python on Mac OSX
Homebrew no longer sets pip.

See 5 executable names in https://docs.brew.sh/Homebrew-and-Python.html

    python points to the macOS system Python (with no manual PATH modification)
    python2 points to Homebrew’s Python 2.7.x (if installed)
    python3 points to Homebrew’s Python 3.x (if installed)
    pip2 points to Homebrew’s Python 2.7.x’s pip (if installed)
    pip3 points to Homebrew’s Python 3.x’s pip (if installed)
2017-08-17 13:44:46 +02:00
cclauss af75a6aad6 Changes in how homebrew installs Python on Mac OSX
Homebrew no longer sets `pip`.

See 5 executable names in https://docs.brew.sh/Homebrew-and-Python.html
* `python` points to the macOS system Python (with no manual PATH modification)
* `python2` points to Homebrew’s Python 2.7.x (if installed)
* `python3` points to Homebrew’s Python 3.x (if installed)
* `pip2` points to Homebrew’s Python 2.7.x’s pip (if installed)
* `pip3` points to Homebrew’s Python 3.x’s pip (if installed)
2017-08-17 13:33:16 +02:00
kennethreitz 5249c9c8af Merge pull request #833 from daegontaven/master
Add version control ignores to gotchas
2017-08-11 23:11:35 -04:00
Vivek Joshy ec5f791c69 Correct typo
Change looks to look
2017-08-11 06:01:03 -04:00
daegontaven 7be51790e4 Add version control ignores to gotchas 2017-08-11 01:46:24 -04:00
kennethreitz 9d9523603a Merge pull request #831 from Prodesire/master
correct wrong  Mac OS X app bundles link
2017-08-01 02:23:50 -04:00
kennethreitz 1a5c6e43d1 Merge pull request #832 from morenoh149/patch-1
Fix grammar
2017-07-31 19:28:09 -04:00
Harry Moreno 6776b2ff22 Fix grammar 2017-07-31 17:01:06 -04:00
wangbx e0f8d9166c correct wrong Mac OS X app bundles link 2017-07-31 23:31:26 +08:00
kennethreitz 1c52b5590a Merge pull request #830 from elanorigby/master
Clarification for Module Naming
2017-07-30 18:07:42 -04:00
Sharlak d39c485d16 clarified module naming re: underscores 2017-07-30 21:57:19 +01:00
Sharlak 4432d82020 lengthened title underline appropriately 2017-07-30 21:23:32 +01:00
kennethreitz 0537fb4a3e Merge pull request #829 from pintman/pyinstaller_link_fix
fixing link to manual of PyInstaller.
2017-07-20 16:50:09 -04:00
Marco Bakera 79caf4f9c3 fixing link to manual of PyInstaller. 2017-07-12 08:35:32 +02:00
kennethreitz 6b36563ca3 no ad 2017-07-07 15:36:52 -04:00
kennethreitz 39996e866c Merge branch 'master' of github.com:kennethreitz/python-guide 2017-07-07 15:28:16 -04:00
kennethreitz 2b9d4696d0 ad 2017-07-07 15:28:09 -04:00
kennethreitz e817de1c1c Merge pull request #826 from hroncok/fedora
Update the Linux installation instructions to reflect Fedora
2017-06-22 10:07:13 -07:00
Miro Hrončok 38ce99c783 Remove "Ubuntu" from a link to page about general Linux
The page speaks about several Linux distros and it's not just
about Ubuntu
2017-06-22 18:21:39 +02:00
Miro Hrončok 1446c90087 Update the Linux installation instructions to reflect Fedora
* Fedora does not come with Python 2 pre-installed since Fedora 23
 * RHEL with Python 2.4 is no longer supported (section removed)
 * Added Fedora installation instructions for Python 3.6 as well
 * Be carefull about /usr/bin/pip
2017-06-21 15:38:22 +02:00
kennethreitz 266076458d Merge pull request #825 from CarlFK/master
update py27 to 36
2017-06-16 18:24:52 -04:00