puppet-python icon indicating copy to clipboard operation
puppet-python copied to clipboard

pyvenv-3.4: command not found

Open evidex opened this issue 8 years ago • 1 comments

Attempting to setup pyvenvs 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 avatar Mar 15 '16 17:03 evidex

@evidex Apart from that, python3-venv and python -m venv should probably be used instead.

flokli avatar Jun 27 '17 14:06 flokli