Skip to content
Snippets Groups Projects
Commit 8ed9d219 authored by Sujen Shah's avatar Sujen Shah
Browse files

Merge branch 'use-python-venv' into 'main'

Update to use python venv

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