mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
When we started to porting bash script to python script, we are not able to use subprocess.run() since EPEL only provides python 3.4, but now we have relocatable python, so we can switch to it.