Skip to content

Commit 9f28d33

Browse files
committed
use pip instead of pip3
1 parent ce192fe commit 9f28d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scripts/before_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- mode: sh; -*-
33

44
# File: before_install.sh
5-
# Time-stamp: <2018-02-15 14:08:01>
5+
# Time-stamp: <2018-02-15 14:10:38>
66
# Copyright (C) 2018 Sergei Antipov
77
# Description:
88

@@ -14,7 +14,7 @@ set -o pipefail
1414
sudo apt-get update
1515
sudo apt-get install apt-transport-https
1616
# Latest Ansible install
17-
sudo pip3 install docker ansible
17+
sudo pip install docker ansible
1818
ansible --version
1919
docker version
2020
# Pull docker image or build it

0 commit comments

Comments
 (0)