Martijn Faassen: The Call of Python 2.8

Andrew Berg aberg010 at my.hennepintech.edu
Tue Apr 15 18:32:57 EDT 2014


On 2014.04.15 17:18, Ned Batchelder wrote:
> Yeah, that's the wrong way to do it, and they shouldn't have done that. 
>   "python" needs to mean Python 2.x for a long time.
Or maybe explicit is better than implicit:

# python
zsh: command not found: python
# which python2.7
/usr/local/bin/python2.7
# which python3.4
/usr/local/bin/python3.4

-- 
CPython 3.4.0 | Windows NT 6.2.9200 / FreeBSD 10.0



More information about the Python-list mailing list