mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
use virtualenv instead
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user