Skip to content

Commit f8e7b92

Browse files
committed
Remove /usr/bin since apparently there are times when virtualenv is installed there due to vendor packages. Fixes #127
1 parent 270c09e commit f8e7b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mkvirtualenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GLOBAL postmkvirtualenv"
5959

6060
test_no_virtualenv () {
6161
old_path="$PATH"
62-
PATH="/usr/bin:/bin:/usr/sbin:/sbin"
62+
PATH="/bin:/usr/sbin:/sbin"
6363
assertFalse "Found virtualenv in $(which virtualenv)" "which virtualenv"
6464
mkvirtualenv should_not_be_created 2>/dev/null
6565
RC=$?

0 commit comments

Comments
 (0)