Python Learning Environment

Krister Svanlund krister.svanlund at gmail.com
Sat Apr 17 14:01:17 EDT 2010


On Sat, Apr 17, 2010 at 7:06 PM, Vijay Shanker Dubey
<vijay.shad at gmail.com> wrote:
> Yes you are right about symlink thing.
> So what should I do for a clever developer environment?
> Should I change that python link to python3 or python3.1?
>
> Regards,
> Vijay Shanker Dubey
>

It all depends on what you want to do. I would say that you shouldn't
change your python link at all, if you want to run a python script
using 3.1 just call the script using python3 as an interpreter.



More information about the Python-list mailing list