root@debian:/home/debian# find  /  -name 'python3'
/usr/lib/python-3.2.3/bin/python3
root@debian:/home/debian# /usr/lib/python-3.2.3/bin/python3
Python 3.2.3 (default, Jun 16 2012, 10:59:54)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>


it  is the same thing,think you

2012/6/16 Andrew Berg <bahamutzero8...@gmail.com>

> On 6/15/2012 11:31 PM, contro opinion wrote:
> > is the  /usr/lib/python-3.2.3/bin/python3 same as
> > /usr/lib/python-3.2.3/bin/python3.2?
> It should be. IIRC, ls -l will tell you if something is a link. You
> could also run python3 and it will tell you the version.
>
> --
> CPython 3.3.0a4 | Windows NT 6.1.7601.17803
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to