On Fri, 28 Oct 2011 21:24:11 -0500 Bruce Dubbs <[email protected]> wrote: > Are there any naming conflicts between python3 and python2? It looks > like I have: > > /usr/bin: > > pydoc3 python3 python3.2 python3.2m > pydoc3.2 python3-config python3.2-config python3.2m-config > > /usr/lib: > > /usr/lib/libpython3.2m.so /usr/lib/libpython3.so > /usr/lib/libpython3.2m.so.1.0 /usr/lib/libstdc++.so.6.0.16-gdb.py > > /usr/lib/python3.2: > ... > > Are there any gotchas in building side-by-side? What build instructions > do you use in each case?
I install pthon 2 and python 3 side by side. I'm not aware of any conflicts. As you've shown above, python 3 doesn't install /usr/bin/python, if you want it with python 3 you have to make the symlink yourself. As for build instructions they're both: ./configure --prefix=/usr --enable-shared make make install Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
