This is what I was doing to create a venv in Python 3.4 on Ubuntu 14.04.3 LTS until last week:
» pyvenv-3.4 --without-pip venv
I was doing that because of this. But since yesterday:
» pyvenv-3.4 --without-pip venv
The program 'pyvenv-3.4' is currently not installed. You can install it by typing:
sudo apt-get install python3.4
python3.4 is definitely installed:
» python3.4 --version
Python 3.4.3
I have probably done an apt-upgrade recently, but ... why has pyvenv-3.4 disappeared?