mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 00:21:23 +00:00
Merge branch 'develop' into develop
This commit is contained in:
commit
4eb4f01d19
@ -170,8 +170,11 @@ def install_prerequisites():
|
|||||||
install_package('git')
|
install_package('git')
|
||||||
install_package('pip3', 'python3-pip')
|
install_package('pip3', 'python3-pip')
|
||||||
|
|
||||||
|
run_os_command({
|
||||||
|
'python3': "sudo -H python3 -m pip install --upgrade pip setuptools-rust"
|
||||||
|
})
|
||||||
success = run_os_command({
|
success = run_os_command({
|
||||||
'python3': "sudo -H python3 -m pip install --upgrade setuptools wheel cryptography ansible~=2.8.15 pip"
|
'python3': "sudo -H python3 -m pip install --upgrade setuptools wheel cryptography ansible~=2.8.15"
|
||||||
})
|
})
|
||||||
|
|
||||||
if not (success or shutil.which('ansible')):
|
if not (success or shutil.which('ansible')):
|
||||||
|
Loading…
Reference in New Issue
Block a user