puppet-python
puppet-python copied to clipboard
pyvenv-3.4: command not found
Attempting to setup pyvenv
s on Ubuntu 14.04 using Python3.4
fail, due to the python3.4-venv
package not being installed. This is not automatically installed by either the module or a dependency.
@evidex Apart from that, python3-venv
and python -m venv
should probably be used instead.