From 63d95d0973970c01dbfa8432055bc7e13acc1049 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 15 May 2015 07:13:21 -0400 Subject: Try to use python -m, not clear why it's needed --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 9e14a92d..f5873288 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -49,7 +49,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then ;; esac pyenv rehash - pip install --user virtualenv + python -m pip install --user virtualenv else pip install virtualenv fi -- cgit v1.2.3