kennethreitz
|
088bbe9839
|
Update documentation.rst
|
2017-09-04 16:47:23 -04:00 |
|
kennethreitz
|
e2ccc68cc2
|
Update style.rst
|
2017-09-04 16:46:37 -04:00 |
|
kennethreitz
|
4c37b093b0
|
Update logging.rst
|
2017-09-04 16:45:34 -04:00 |
|
kennethreitz
|
62e047405d
|
Update gotchas.rst
|
2017-09-04 16:44:59 -04:00 |
|
kennethreitz
|
e8ae202725
|
Update structure.rst
|
2017-09-04 16:44:26 -04: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|