use virtualenv instead

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-06 09:37:11 -05:00
parent cc0f9fd956
commit ac39437a2e
+1 -2
View File
@@ -53,10 +53,9 @@ else
fi
fi
if [[ ! -d "$RAM_DISK/.venv" ]]; then
echo "Creating a new venv on RAM Disk…"
python3 -m venv "$RAM_DISK/.venv"
virtualenv "$RAM_DISK/.venv"
fi
# If the lockfile hasn't changed, skip installs.