Skip to content
Snippets Groups Projects
Commit eab71f5a authored by ranchodeluxe's avatar ranchodeluxe
Browse files

source env

parent 42e1530a
No related branches found
No related tags found
2 merge requests!46New ADE and DPS Image Changes,!13Rename Conus dps to Main
...@@ -8,6 +8,7 @@ echo "Initial working directory: $(pwd -P)" ...@@ -8,6 +8,7 @@ echo "Initial working directory: $(pwd -P)"
echo "conda: $(which conda)" echo "conda: $(which conda)"
echo "Python: $(which python)" echo "Python: $(which python)"
python --version python --version
source activate /opt/conda/envs/env-feds-dask
echo "Starting algorithm in subshell" echo "Starting algorithm in subshell"
( (
pushd "$basedir" pushd "$basedir"
......
...@@ -8,6 +8,7 @@ echo "Initial working directory: $(pwd -P)" ...@@ -8,6 +8,7 @@ echo "Initial working directory: $(pwd -P)"
echo "conda: $(which conda)" echo "conda: $(which conda)"
echo "Python: $(which python)" echo "Python: $(which python)"
python --version python --version
source activate /opt/conda/envs/env-feds-dask
echo "Starting algorithm in subshell" echo "Starting algorithm in subshell"
( (
pushd "$basedir" pushd "$basedir"
......
...@@ -8,6 +8,7 @@ echo "Initial working directory: $(pwd -P)" ...@@ -8,6 +8,7 @@ echo "Initial working directory: $(pwd -P)"
echo "conda: $(which conda)" echo "conda: $(which conda)"
echo "Python: $(which python)" echo "Python: $(which python)"
python --version python --version
source activate /opt/conda/envs/env-feds-dask
echo "Starting algorithm in subshell" echo "Starting algorithm in subshell"
( (
pushd "$basedir" pushd "$basedir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment