diff options
Diffstat (limited to 'deploy/prepare.sh')
-rwxr-xr-x | deploy/prepare.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deploy/prepare.sh b/deploy/prepare.sh index 1da91a5f..a620ac98 100755 --- a/deploy/prepare.sh +++ b/deploy/prepare.sh @@ -111,7 +111,8 @@ function _prepare_python_env() { pip install netaddr==0.7.19 pip install oslo.config==4.6.0 pip install ansible==2.3.1.0 - pip install docker-compose==1.14.0 + # For sudo use + sudo pip install docker-compose==1.14.0 fi } |