Software Collections
Revision as of 12:13, 15 May 2014 by Freephile (talk | contribs) (Created page with "== Intro == Software Collections are for installing multiple (newer) versions of software like Python or Perl than the version distributed with the RedHat Enterprise Linux (R...")
Intro[edit | edit source]
Software Collections are for installing multiple (newer) versions of software like Python or Perl than the version distributed with the RedHat Enterprise Linux (RHEL) distribution you have.
Software Collections is like the virtualenv
system for Python. So if you want Python 2.7 on your RHEL 6.x box, you can choose to use virtualenv for Python, or you can use Software Collections for Python and more (like Postgres, Nodejs, MariaDB, etc.).
With Software Collections, you can build and concurrently install multiple versions of the same software components on your system. Software Collections have no impact on the system versions of the packages installed by any of the conventional RPM package management utilities.