Ejemplo n.º 1
0
def ensure_python(version):
    if version in PYTHONS:
        return
    scripts.run_script("ensure-python.sh", version)
    target = __python_executable(version)
    assert os.path.exists(target), target
    PYTHONS.add(version)
Ejemplo n.º 2
0
def ensure_python(version):
    if version in PYTHONS:
        return
    scripts.run_script('ensure-python.sh', version)
    target = __python_executable(version)
    assert os.path.exists(target), target
    PYTHONS.add(version)
Ejemplo n.º 3
0
def ensure_rustup():
    scripts.run_script("ensure-rustup.sh")
Ejemplo n.º 4
0
def ensure_rustup():
    scripts.run_script('ensure-rustup.sh')
Ejemplo n.º 5
0
def ensure_rustup():
    scripts.run_script('ensure-rustup.sh')