...
| Code Block | ||
|---|---|---|
| ||
# choose 'yes' to do as much automatically as possible # choose 'local::lib' for the approach you want (as you don't have admin rights on TACC) ... cpan[1]> install Config::General ... cpan[2]> install Tie::IxHash ... cpan[3]> install Parallel::ForkManager ... cpan[4]> quit |
| Note | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||
Several students were having trouble with the cpan downloads that seem to be related to some kind of interruption in the initial download process. The following commands have solved the issue for at least 1 student. Please try the following if you were unable to get the above cpan downloads to work, and let me know if you continue to experience difficulties.
The above solution is based on steps 4-7 of this page. Again, if this does not fix the problem you were having, please let me know. |
Once you quit cpan, you will get a message to restart your shell. Since you are on a remote computer, you can accomplish the same thing by logging out of TACC and sshing back in.
...