You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I’m working on this issue regarding the duplicate Python files installed by the zvmsdk package on Ubuntu.
I have cloned the python-zvm-sdk repository and set up my development environment. However, I noticed that the repository does not include a debian/ directory or the Debian packaging files needed to build and test the Ubuntu package fully.
Could you please guide me where the packaging files are maintained? Are they in a separate repository or branch?
In the meantime, I plan to make and test code changes locally using a Python virtual environment.
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:
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.
The text was updated successfully, but these errors were encountered: