Skip to content

Instantly share code, notes, and snippets.

@stephenturner
Last active December 25, 2015 15:29
Show Gist options
  • Save stephenturner/6998072 to your computer and use it in GitHub Desktop.
Save stephenturner/6998072 to your computer and use it in GitHub Desktop.
Installing bioperl without root
## Install local::lib with boostrapping technique
wget http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/local-lib-1.008018.tar.gz #download the tarball
tar -zxvf local-lib-1.008018.tar.gz # unpack
cd local-lib-1.008018
mkdir -p ~/perl5 # default installation path
perl Makefile.PL --bootstrap
make test && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment