Changes between Version 17 and Version 18 of Admin/StandardOperatingProcedures/InstallSoftwareFromSource


Ignore:
Timestamp:
May 20, 2019, 3:57:50 PM (6 years ago)
Author:
Mikael Brandström Durling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Admin/StandardOperatingProcedures/InstallSoftwareFromSource

    v17 v18  
    2929The basic Python/Perl interpreter should be installed in the same manner as any other package. Any python/perl package should be installed as modules which then set a `depends_on()` for the specific version of the interpreter it was installed with. The dependent version of the interpreter should be documented in the wiki page. Modules for python packages should be named -py3 if they are installed against python3.
    3030
     31=== Python ===
     32In many cases, installation of python packages can be trivial. If they are available in the python package index, then the actual compile/install steps boils down to `pip install --prefix=/opt/sw/SOFTWARE/VERSION SOFTWARE` (maybe with an added -py3 and pip3). The python module you want to install against has to be loaded.
     33
     34
     35