Re: [Tutor] Doubts about installing python3.1 in squeeze

2014-05-23 Thread Markos
On 22-05-2014 13:22, Alex Kleider wrote: On 2014-05-22 06:17, Markos wrote: Hi, I'm learning Python and I'm using Debian 6.0 (squeeze) The installed version is 2.6.6. (python -V) I have seen some recommendations for beginners to invest in version 3. I found package of Python 3.1 in repositor

Re: [Tutor] Doubts about installing python3.1 in squeeze

2014-05-22 Thread Chris “Kwpolska” Warrick
On Thu, May 22, 2014 at 8:41 PM, C Smith wrote: > Sorry, typing is hard. > *You will need to use virtualenv > > On Thu, May 22, 2014 at 2:40 PM, C Smith wrote: >> You can't use apt-get or similar to install 3.1. >> You will need to virtualenv. …or maybe not. The correct way is compiling it on y

Re: [Tutor] Doubts about installing python3.1 in squeeze

2014-05-22 Thread C Smith
You can't use apt-get or similar to install 3.1. You will need to virtualenv. On Thu, May 22, 2014 at 12:22 PM, Alex Kleider wrote: > On 2014-05-22 06:17, Markos wrote: >> >> Hi, >> >> I'm learning Python and I'm using Debian 6.0 (squeeze) >> >> The installed version is 2.6.6. (python -V) >> >> I

Re: [Tutor] Doubts about installing python3.1 in squeeze

2014-05-22 Thread C Smith
Sorry, typing is hard. *You will need to use virtualenv On Thu, May 22, 2014 at 2:40 PM, C Smith wrote: > You can't use apt-get or similar to install 3.1. > You will need to virtualenv. > > On Thu, May 22, 2014 at 12:22 PM, Alex Kleider wrote: >> On 2014-05-22 06:17, Markos wrote: >>> >>> Hi, >>

Re: [Tutor] Doubts about installing python3.1 in squeeze

2014-05-22 Thread Alex Kleider
On 2014-05-22 06:17, Markos wrote: Hi, I'm learning Python and I'm using Debian 6.0 (squeeze) The installed version is 2.6.6. (python -V) I have seen some recommendations for beginners to invest in version 3. I found package of Python 3.1 in repository for squeeze. I am considering installin