Skip to content
Snippets Groups Projects
Commit 1ace3ad6 authored by Administrator's avatar Administrator
Browse files

Update to use python venv

parent aa4242ce
No related branches found
No related tags found
1 merge request!1Update to use python venv
#!/bin/bash #!/bin/bash
source activate base source activate python
basedir=$( cd "$(dirname "$0")" ; pwd -P ) basedir=$( cd "$(dirname "$0")" ; pwd -P )
conda install ${basedir}/environment.yml conda install ${basedir}/environment.yml
name: base name: python
channels: channels:
- conda-forge - conda-forge
- defaults
dependencies: dependencies:
- pandas - pandas
- gdal
#!/bin/bash #!/bin/bash
source activate python
INPUT_FILENAME=$(ls -d input/*) INPUT_FILENAME=$(ls -d input/*)
OUTPUT_FILENAME=$1 OUTPUT_FILENAME=$1
REDUCTION_SIZE=$2 REDUCTION_SIZE=$2
......
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