-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
(moved from openmainframeproject/feilong#857; ping @JaySoni1)
After installation of the new zvmsdk package on Ubuntu, the whole python hierarchy is present twice, once in /usr/lib/python3, and once in /usr/lib/python3.12.
For example:
mikef@feilong:~$ dpkg -L grep zvmsdk | grep grow_root_volume.j2
/usr/lib/python3/dist-packages/zvmsdk/vmactions/templates/grow_root_volume.j2
/usr/lib/python3.12/dist-packages/zvmsdk/vmactions/templates/grow_root_volume.j2
There's probably a symlink present at packaging time, with this as effect.
It has no bad consequence other than lost space & making debugging trickier.
Metadata
Metadata
Assignees
Labels
No labels