Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102120 > unrolled thread
| Started by | Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> |
|---|---|
| First post | 2016-01-26 15:51 +0100 |
| Last post | 2016-01-26 15:51 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: python-2.7.3 vs python-3.2.3 Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2016-01-26 15:51 +0100
| From | Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> |
|---|---|
| Date | 2016-01-26 15:51 +0100 |
| Subject | Re: python-2.7.3 vs python-3.2.3 |
| Message-ID | <mailman.10.1453819883.2338.python-list@python.org> |
On 26.01.2016 15:34, Matt Wheeler wrote: > > The only slight issue you might encounter is that Python 3.2 is quite > old now and actually not as well supported as Python 2.7 (many > projects support Python 2.7 or 3.3+ only). Best to just try out your > script and find out though. > Right. For example, pip dropped support for Python 3.2 last week. So if you need to install it make sure you do it via: curl https://bootstrap.pypa.io/3.2/get-pip.py | python3.2 see: https://github.com/pypa/get-pip then ignore the upgrade advice because pip versions 8.0.0 and above will not work for you.
Back to top | Article view | comp.lang.python
csiph-web