Commit Graph

2033 Commits

Author SHA1 Message Date
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
Carl Karsten 31f3cf52dc update py27 to 36 2017-06-16 17:15:26 -05:00
kennethreitz 8f7a436ec5 Revert "no ad, for now"
This reverts commit ceffbd832b.
2017-06-09 14:57:14 -04:00
kennethreitz ceffbd832b no ad, for now 2017-06-09 11:14:38 -04:00
kennethreitz 90c6b8e5b4 Merge pull request #823 from kennethreitz/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2017-06-05 12:58:33 -04:00
kennethreitz 85ff17b169 Create CODE_OF_CONDUCT.md 2017-06-05 12:58:27 -04:00
kennethreitz 76a7e7c0eb Merge pull request #819 from Barmaley13/master
Adding most basic bbfreeze example
2017-05-26 14:57:35 -07:00
kennethreitz daa0fca0b8 Merge pull request #820 from dandersson/pep8-is-now-pycodestyle
`pep8` is nowadays called `pycodestyle`
2017-05-26 14:56:37 -07:00
Daniel Andersson 3f8f2fd739 pep8 is nowadays called pycodestyle
See <https://github.com/PyCQA/pycodestyle/issues/466>. Pointing towards
the `pep8` tool risks leading users to outdated versions of the tool
(the last `pep8` version is 1.7.0 from January 2016; the currently
latest `pycodestyle` version is 2.3.0).
2017-05-25 19:40:08 +02:00
Barmaley13 fcd3b1324d Adding some documentation 2017-05-15 17:19:03 -06:00
Barmaley13 d2708a6b3d Adding most basic bbfreeze code 2017-05-15 16:23:15 -06:00
kennethreitz 88b5223ecd Merge pull request #817 from r3ticuli/patch-1
pytest url fix
2017-05-12 18:02:36 -04:00
kennethreitz 8aa80b5d0b Merge pull request #818 from gabrieldes/patch-1
Patch 1
2017-05-12 18:02:19 -04:00
Gabriel 6776bc7499 Update scrape.rst
Second link
2017-05-12 16:07:12 -04:00
Gabriel f412d3a283 Update learning.rst 2017-05-12 15:58:19 -04:00
Gabriel 18d34438af Update learning.rst
added datacamp link
2017-05-12 15:55:41 -04:00
sbstn mssr 62956e9c8b pytest url fix
pytest site url was brokenly pointing to https://docs.pytest.org/latest/.
2017-05-08 16:36:27 -04:00
Gabriel d88edd0e78 test adding link 2017-05-08 15:20:09 -04:00
kennethreitz 40ac0adc14 wsl-guide 2017-05-01 10:30:55 -04:00
kennethreitz 39d7cbfebb ad placement 2017-04-27 17:53:14 -04:00
kennethreitz 7f118fc3d0 changes 2017-04-27 17:51:06 -04:00
kennethreitz a094400701 tweaks 2017-04-27 17:46:12 -04:00
kennethreitz beef67fc89 Merge branch 'master' of github.com:kennethreitz/python-guide 2017-04-27 17:43:35 -04:00
kennethreitz a3055ae6b6 sponsor 2017-04-27 17:42:17 -04:00
kennethreitz 8fc52daabc Merge pull request #812 from ortymid/patch-1
Remove junk in Jinja code block
2017-04-25 11:55:18 -04:00
kennethreitz e32477685b Merge pull request #814 from monchitos82/master
Adding a reminder for preventing a misuse of the example in "common g…
2017-04-25 11:55:03 -04:00
monchitos 6e0c78df7b Adding a reminder for preventing a misuse of the example in "common gotchas/mutable default arguments" 2017-04-18 10:02:15 -05:00
Dmytro Brykovets d3e97f2ec1 Remove junk in Jinja code block
The "<!" before template extension statement is unnecessary and also breaks code highlighting.
2017-04-15 12:34:19 +03:00
kennethreitz 83d1fd49d5 fixes 2017-04-13 11:00:51 -04:00