We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3a41a6 + 3448933 commit 9288db2Copy full SHA for 9288db2
share/ramble/setup-env.sh
@@ -309,10 +309,10 @@ if [ "$_rmb_shell" = bash ]; then
309
fi
310
311
# Identify and lock the python interpreter
312
-if [ -n "$RAMBLE_PYTHON" ]; then
+if [ -n "${RAMBLE_PYTHON:-}" ]; then
313
echo "The RAMBLE_PYTHON environment variable is set to $RAMBLE_PYTHON"
314
echo "Will pin the python binary ramble uses to this value".
315
- if [ -n "$_RAMBLE_PYTHON" ]; then
+ if [ -n "${_RAMBLE_PYTHON:-}" ]; then
316
if [ "$RAMBLE_PYTHON" != "$_RAMBLE_PYTHON" ]; then
317
echo "WARNING: Ramble was previously pinned to use $_RAMBLE_PYTHON"
318
echo " If this is not what you want, set the correct python"
0 commit comments