diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-08-13 11:02:43 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-08-15 02:31:43 +0000 |
commit | 7c194de2d67a1c71b741345a74ed9a493936fdb0 (patch) | |
tree | d4a8080abeba237c4daf9138519c89b366d3eea3 /multivimbroker/initialize.sh | |
parent | 5a2620962e6d2a572586de8da72a5a7676834130 (diff) |
Rebase framework to py36
Change-Id: Icb45d3eea21b119688a5591b582d96ae72e1e81d
Issue-ID: MULTICLOUD-770
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'multivimbroker/initialize.sh')
-rwxr-xr-x | multivimbroker/initialize.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multivimbroker/initialize.sh b/multivimbroker/initialize.sh index 99cebe1..5f59d5f 100755 --- a/multivimbroker/initialize.sh +++ b/multivimbroker/initialize.sh @@ -11,4 +11,4 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -pip install -r requirements.txt +pip3 install -r requirements.txt |