On 24/01/10 13:26, lux-integ wrote: > Greetings, > > I am about to have a dabble at playing with compiling blender-2.5 ( > http://wiki.blender.org/index.php/BlenderDev/Blender2.5/PythonAPI_31 ). > Python3 ( http://www.python.org/download/releases/3.1/) seems to be the > preferred version of Python. Though on my cBLFS setup I am using > python-2.6.3. > > Can anyone advise of the best way to have two versions of Python or is this > an unwise venture? >
I just install them both --prefix=/usr --enable-shared Python-2.6.3 and then Python-3.1.1 The python 3 files have a 3 in their names so there is no clash. Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
