Skip to content

Commit

Permalink
Try a simpler easy_install
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jun 12, 2012
1 parent 5d3ceaa commit ad507f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.sh
Expand Up @@ -29,7 +29,7 @@ function command_exists {

echo "**** Setting up necessary Gems, Eggs and [RPMs|Mac Ports] for the jdf site"

echo "** Testing environment"
echo "*** Testing environment"

command_exists tar
command_exists curl
Expand All @@ -50,11 +50,11 @@ do
((gi++))
done

echo "Setting up pip, the more modern Python egg installer"
echo "*** Setting up pip, the more modern Python egg installer"

if ! command_exists "pip"
then
$SUDO $EASY_INSTALL --upgrade $EASY_INSTALL_OPTIONS "pip"
$SUDO $EASY_INSTALL $EASY_INSTALL_OPTIONS pip
fi

installed_eggs=`pip freeze`
Expand Down

0 comments on commit ad507f0

Please sign in to comment.