Add some debug output
This commit is contained in:
@@ -9,6 +9,10 @@ PYTHON="$1"
|
|||||||
ARCH="$2"
|
ARCH="$2"
|
||||||
CONDA="$3"
|
CONDA="$3"
|
||||||
|
|
||||||
|
echo "Python Version: $PYTHON"
|
||||||
|
echo "Architecture: $ARCH"
|
||||||
|
echo "Miniconda Architecture: $CONDA"
|
||||||
|
|
||||||
# Use RAM disk if possible
|
# Use RAM disk if possible
|
||||||
if [ -d /dev/shm ]; then
|
if [ -d /dev/shm ]; then
|
||||||
TEMP_BASE=/dev/shm
|
TEMP_BASE=/dev/shm
|
||||||
|
|||||||
Reference in New Issue
Block a user