Neuinstallation von Ubuntu Gnome 14.04, gefolgt von dist-upgrade
Eines der ersten Dinge, die ich versuchte, war die Erstellung einer virtuellen Umgebung für Python
python3 -m venv flask
gab mir
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt-get install python3-venv
You may need to use sudo with that command. After installing the python3-venv
package, recreate your virtual environment.
Das ist seltsam, weil ich dachte, Venv wurde standardmäßig installiert, aber auf jeden Fall
sudo apt-get install python3-venv
gibt mir
E: Unable to locate package python3-venv
Vermisse ich etwas? stimmt etwas mit meiner Python-Installation nicht? Ich habe versucht zu googeln, ob es ein Repo oder etwas gibt, das ich brauche, aber ich kann kein Repo finden.