Replaced pyvenv by -m venv

This commit is contained in:
Yamashita, Yuu
2016-07-16 06:50:50 +00:00
parent 99a90ab774
commit 8c7dd01954
13 changed files with 50 additions and 51 deletions

View File

@@ -160,7 +160,7 @@ EOS
IFS="$OLDIFS"
fi
# virtualenv/pyvenv
# virtualenv/venv
case "${shell}" in
fish )
cat <<EOS