Skip to content

Commit

Permalink
Fix install from sources venv setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LotharSee committed Apr 5, 2013
1 parent b236def commit 87da4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/datadog-agent/source/setup_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi
mkdir -p $dd_base

# set up a virtual env
$dl_cmd $dd_base/virtualenv.py https://raw.github.com/pypa/virtualenv/develop/virtualenv.py
$dl_cmd $dd_base/virtualenv.py https://raw.github.com/pypa/virtualenv/1.9.1/virtualenv.py
python $dd_base/virtualenv.py $dd_base/venv
. $dd_base/venv/bin/activate

Expand Down

0 comments on commit 87da4ea

Please sign in to comment.