Skip to content

Commit

Permalink
Force current python when making virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
iancmcc committed Jul 9, 2013
1 parent 1cd3f67 commit 575d321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/initialize
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
THIS_ROOT=$(dirname ${HERE})
deactivate
mkvirtualenv --system-site-packages --clear europa -a "${THIS_ROOT}"
mkvirtualenv -p $(which python) --system-site-packages --clear europa -a "${THIS_ROOT}"
pip install -e "${THIS_ROOT}"/utils/zenoss.europadev

0 comments on commit 575d321

Please sign in to comment.