I found a way to fix this was to modify the commnad in the message to be python3.4 not python 3.
Incorrect: apt-get install python3-venv Correct: apt-get install python3.4-venv Now you can use the command: python3 -m venv "DIRECTORYNAME" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1532231 Title: `python3 -m venv venv` instructs you to install python3-venv which doesn't exist To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1532231/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
