Пример #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)
Пример #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)
Пример #3
0
def ensure_rustup():
    scripts.run_script("ensure-rustup.sh")
Пример #4
0
def ensure_rustup():
    scripts.run_script('ensure-rustup.sh')
Пример #5
0
def ensure_rustup():
    scripts.run_script('ensure-rustup.sh')