Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gossion committed Feb 4, 2017
1 parent 6f1466a commit 445ab3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bosh-setup/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ environment=$(get_setting ENVIRONMENT)
set +e

echo "Start to install python packages..."
pkg_list="msrest==0.4.4 msrestazure==0.4.4 requests==2.11.1 azure==2.0.0rc1 netaddr==0.7.18"
pkg_list="pip==1.5.4 setuptools==32.3.1 msrest==0.4.4 msrestazure==0.4.4 requests==2.11.1 azure==2.0.0rc1 netaddr==0.7.18"
if [ "$environment" = "AzureChinaCloud" ]; then
for pkg in $pkg_list; do
retryop "pip install $pkg --index-url https://mirror.azure.cn/pypi/simple/ --default-timeout=60"
Expand Down

0 comments on commit 445ab3d

Please sign in to comment.