[Touch-packages] [Bug 1532231] Re: `python3 -m venv venv` instructs you to install python3-venv which doesn't exist

2016-07-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python3.4 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3.4 in Ubuntu. https://bugs.launchp

[Touch-packages] [Bug 1532231] Re: `python3 -m venv venv` instructs you to install python3-venv which doesn't exist

2016-01-22 Thread Dan Watkins
Yep, that would do it. :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3.4 in Ubuntu. https://bugs.launchpad.net/bugs/1532231 Title: `python3 -m venv venv` instructs you to install python3-venv which doesn't exis

[Touch-packages] [Bug 1532231] Re: `python3 -m venv venv` instructs you to install python3-venv which doesn't exist

2016-01-21 Thread Andrew Aikman
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