mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+1
-2
@@ -27,8 +27,7 @@ if [[ ! -z "$CI" ]]; then
|
||||
|
||||
else
|
||||
# Otherwise, assume MacOS…
|
||||
OS=$(python -c "import sys; print(sys.platform)")
|
||||
if [[ OS == "darwin" ]]; then
|
||||
if [[ $(python -c "import sys; print(sys.platform)") == "darwin" ]]; then
|
||||
echo "Using RAM disk (assuming MacOS)…"
|
||||
|
||||
RAM_DISK="/Volumes/RAMDisk"
|
||||
|
||||
Reference in New Issue
Block a user