Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

NAME

Ixchel::functions::install_pip - Installs pip for python3

VERSION

Version 0.0.1

SYNOPSIS

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 ...'.$@;
}