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
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
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
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,
>>
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