Bureaucrats, cc_docs_admin, cc_staff
2,314
edits
(Marked this version for translation) |
No edit summary |
||
Line 13: | Line 13: | ||
== Installing Packages == <!--T:3--> | == Installing Packages == <!--T:3--> | ||
A large number of Perl packages can be installed by means of the [http://www.cpan.org/ Comprehensive Perl Archive Network], by using the tool <tt>cpan</tt>, which however must first be initialized correctly in | A large number of Perl packages can be installed by means of the [http://www.cpan.org/ Comprehensive Perl Archive Network], by using the tool <tt>cpan</tt>, which however must first be initialized correctly in order to install them in your home directory. Note that many Perl packages are developed using the Gcc compiler family, so we recommend that you load a <tt>gcc</tt> module before attempting to install any Perl packages: | ||
order to install them in your home directory. | {{ | ||
Command | |||
|module load gcc/5.4.0 | |||
}} | |||
=== Initial Configuration for Package Installation === <!--T:4--> | === Initial Configuration for Package Installation === <!--T:4--> |