Ubuntu 14.04 comes with pre-loaded python 3 running side-by-side with the
python 2.7.
To install a package into the python 3 environment, I can simple run "pip3"
instead of "pip".
Is there a way to make the pip package provider run "pip3" instead of "pip"?
Cheers,
Alex
--
You received this m
Hi,
In an ENC I try to run 'puppet facts find ' to retrieve more
information about a node.
However, the execution of 'puppet facts' fails with the following error
message:
Error: could not initialize global default settings: couldn't find HOME
environment -- expanding `~/.puppet'
What's corr