3 ##############################################################################
4 # Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
6 # All rights reserved. This program and the accompanying materials
7 # are made available under the terms of the Apache License, Version 2.0
8 # which accompanies this distribution, and is available at
9 # http://www.apache.org/licenses/LICENSE-2.0
10 ##############################################################################
12 # Install Python virtual enviroment
13 sudo -H pip install virtualenv
15 # Create virtual enviroment
18 # Activate and login the virtual enviroment
21 # Install Bottlencks CLI
22 pip install --editable .
24 if [ -z $VIRTUAL_ENV ]; then
25 echo "Virtual enviroment is incorrectly configured!"