Re: is the same betweent python3 and python3.2?

2012-06-16 Thread Andrew Berg
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


Re: is the same betweent python3 and python3.2?

2012-06-16 Thread contro opinion
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


is the same betweent python3 and python3.2?

2012-06-15 Thread contro opinion
when i download python-3.2.3.tgz
extract
./configure  prefix=/usr/lib/python-3.2
make
make install
when ls  /usr/lib/python-3.2.3/bin/
/usr/lib/python-3.2.3/bin/python3.2m
/usr/lib/python-3.2.3/bin/python3-config
/usr/lib/python-3.2.3/bin/python3
/usr/lib/python-3.2.3/bin/python3.2m-config
/usr/lib/python-3.2.3/bin/python3.2
/usr/lib/python-3.2.3/bin/python3.2-config

is the  /usr/lib/python-3.2.3/bin/python3 same as
/usr/lib/python-3.2.3/bin/python3.2?
-- 
http://mail.python.org/mailman/listinfo/python-list