mirror of
https://github.com/frappe/bench.git
synced 2024-11-14 17:24:04 +00:00
commit
cbc01e6486
@ -36,7 +36,7 @@ def install_bench(args):
|
|||||||
# secure pip installation
|
# secure pip installation
|
||||||
if find_executable('pip'):
|
if find_executable('pip'):
|
||||||
run_os_command({
|
run_os_command({
|
||||||
'pip': 'sudo pip install --upgrade setuptools urllib3 cryptography pip'
|
'pip': 'sudo pip install --upgrade setuptools cryptography pip'
|
||||||
})
|
})
|
||||||
|
|
||||||
else:
|
else:
|
||||||
@ -51,11 +51,11 @@ def install_bench(args):
|
|||||||
|
|
||||||
if success:
|
if success:
|
||||||
run_os_command({
|
run_os_command({
|
||||||
'pip': 'sudo pip install --upgrade setuptools urllib3 requests cryptography pip'
|
'pip': 'sudo pip install --upgrade setuptools requests cryptography pip'
|
||||||
})
|
})
|
||||||
|
|
||||||
success = run_os_command({
|
success = run_os_command({
|
||||||
'pip': "sudo pip install --upgrade urllib3 cryptography ansible"
|
'pip': "sudo pip install --upgrade cryptography ansible"
|
||||||
})
|
})
|
||||||
|
|
||||||
if not success:
|
if not success:
|
||||||
|
Loading…
Reference in New Issue
Block a user