Be explicit about python3
This commit is contained in:
parent
365583efd7
commit
b1209c1e7a
@ -57,4 +57,4 @@ with tempfile.NamedTemporaryFile(prefix='install-dmg-', suffix='.py') as f:
|
||||
f.write(script.encode('utf-8'))
|
||||
f.flush()
|
||||
run(f'scp bypy/b/macos/dist/{dmg} {f.name} {HOST}:/tmp')
|
||||
run(f'ssh {HOST} python /tmp/{os.path.basename(f.name)} /tmp/{dmg}')
|
||||
run(f'ssh {HOST} python3 /tmp/{os.path.basename(f.name)} /tmp/{dmg}')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user