Commit d24747d5 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

use python3 by default for bootstrap script

It has more chances to exist than /usr/bin/python executable
parent adb63ea4
#!/usr/bin/python -S
#!/usr/bin/python3 -S
import glob, os, shutil, sys, tarfile, tempfile, zipfile
dist = "download-cache/dist"
tmp = tempfile.mkdtemp()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment