python 3.8 pyvenv "You must install..." loop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python3.8 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
$ pyvenv
Command 'pyvenv' not found, but can be installed with:
sudo apt install python3-venv
$ sudo apt install python3-venv
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-venv is already the newest version (3.8.2-0ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ ls -l /usr/bin/pyv*
lrwxrwxrwx 1 root root 10 Mar 13 07:20 /usr/bin/pyvenv -> pyvenv-3.8
$ locate pyvenv-3.8
/usr/share/
$ locate pyvenv
/snap/core18/
/snap/core18/
/snap/core18/
/snap/core18/
/snap/core18/
/snap/core18/
/usr/bin/pyvenv
/usr/share/
/usr/share/
/usr/share/
/usr/share/
/usr/share/
/usr/share/
/usr/share/
$ lsb_release -rd
Description: Ubuntu 20.04 LTS
Release: 20.04
$ apt-cache policy python3-venv
python3-venv:
Installed: 3.8.2-0ubuntu2
Candidate: 3.8.2-0ubuntu2
Version table:
*** 3.8.2-0ubuntu2 500
500 http://
100 /var/lib/
tags: | added: focal |
Was able to reproduce using the steps set out above.