NAME
Ixchel::functions::install_pip - Installs pip for python3
VERSION
Version 0.0.1
SYNOPSIS
use Ixchel::functions::install_pip;
use Data::Dumper;
eval{ install_pip };
if ($@) {
print 'Failed to install pip...'.$@."\n";
}
Supported OS families are...
Alt Linux
Arch Linux
Debian Linux
FreeBSD
Mageia Linux
NetBSD
OpenBSD
Redhat Linux
Suse Linux
Void Linux
Functions
install_pip
Installs pip for the OS.
eval{ install_cpanm };
if ($@) {
print 'Failed to install cpanm ...'.$@;
}