Skip to content
Snippets Groups Projects
Commit 5de8115f authored by Alex Rojas's avatar Alex Rojas
Browse files

updated build-env.sh and run.sh

parent 01dc2370
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,11 @@
# source activate base
basedir=$( cd "$(dirname "$0")" ; pwd -P)
conda env list
echo installing environment...
conda env create -f ${basedir}/environment.yml
mamba env create -f ${basedir}/environment.yml
# Install the maap.py environment
conda activate osgeo-env
source activate osgeo-env
git clone --single-branch --branch v3.0.1 https://github.com/MAAP-Project/maap-py.git ${basedir}
cd ${basedir}/maap-py
pip install -e .
......@@ -197,9 +197,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "osgeo-env-v1",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "osgeo-env-v1"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
......@@ -211,7 +211,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.8"
}
},
"nbformat": 4,
......
......@@ -4,7 +4,7 @@
basedir=$( cd "$(dirname "$0")" ; pwd -P)
# Activate environment that was created in the builed-env.sh file
source activate osgeo-env-v1
source activate osgeo-env
# Create output dir
OUTPUTDIR="${PWD}/output"
......
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