38,897
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 12: | Line 12: | ||
== Installing Packages == | == Installing Packages == | ||
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 === | === Initial Configuration for Package Installation === |