[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] deb packages for HTCondor Python API





On May 10, 2019, at 4:23 AM, Peter Wienemann <wienemann@xxxxxxxxxxxxxxxxxx> wrote:

Dear all,

I am looking for the deb equivalent of the RPM package "condor-python".
Can someone point me to the corresponding package for Ubuntu Bionic?

Thanks, Peter

Hi Peter,

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
  https://research.cs.wisc.edu/htcondor/instructions/ubuntu/18/stable/

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 


_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/