Installing new version, erasing previous versions of Python
Fredrik Lundh
fredrik at pythonware.com
Tue Dec 21 17:57:20 EST 2004
More information about the Python-list mailing list
Tue Dec 21 17:57:20 EST 2004
- Previous message (by thread): Installing new version, erasing previous versions of Python
- Next message (by thread): Installing new version, erasing previous versions of Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
David Smith wrote: > If I understand the above correctly, 1) "make install" and "make altinstall" use > the same process, the only difference being the man page update, and the hard > link correct. > 2) that previous versions of python are not deleted. Therefore I should be able > to install 2.4 without deleting 2.2.2. correct. > If I wish to delete 2.3.4, I have to rm -r the appropriate directories. Any caveats? > Is there any crosstalk between 2.2.2 and 2.4 modules? nope (unless you've moved things around, or tinkered with the python paths) </F>
- Previous message (by thread): Installing new version, erasing previous versions of Python
- Next message (by thread): Installing new version, erasing previous versions of Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list