Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Running Pyhton 3 jobs on different os
- Date: Mon, 15 Feb 2021 21:08:09 -0600
- From: dmitri.maziuk@xxxxxxxxx
- Subject: Re: [HTCondor-users] Running Pyhton 3 jobs on different os
(After resubscribing w/ gmail address)
apt install python-is-python3
-- unless you need /usr/bin/python to be python2, of course.
Dima