Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
install python support non-interactively
Browse files Browse the repository at this point in the history
Change-Id: I4de938959f43438e8adfede3f122fa49e51796b9
  • Loading branch information
Patrick Bozeman committed Aug 16, 2011
1 parent 25e9619 commit e7b0a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/vcap_setup
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ if [[ $DEA == true || $ALL == true ]]; then

# Python support
if [[ $PLATFORM == 'Linux' ]]; then
apt-get install python-setuptools python-dev
apt-get install -qyy python-setuptools python-dev
fi
easy_install pip

Expand Down

0 comments on commit e7b0a3d

Please sign in to comment.