If you install the HTCondor DEB package, you should get the python bindings included for whatever is the system default python version (probably python 2 in Bionic?). See
I donât think the DEB packages are broken down into smaller components like the RPM packages.
If you want just the Python bindings alone, or you want them for a different Python version, you can use pip (Pythonâs package manager), ie
pip install htcondor
Or perhaps
pip3 install htcondor
Hope the above helps. At some point soonish it is planned for both RPM and DEB packages to include both python 2 and python 3 bindings, but not until then pip is your friend.
Regards
Todd
|