Skip to content

Commit

Permalink
clickable executable for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanjungo committed Mar 30, 2022
1 parent cdc6492 commit a352910
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/bin/CEASIOMpy.command
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
# Script to be run as as a clickable executable (on Mac)

# Activate conda environment
CONDA_BASE=$(conda info --base)
source $CONDA_BASE/etc/profile.d/conda.sh
conda activate ceasiompy

# Run CEASIOMpy
ceasiompy_run -g

0 comments on commit a352910

Please sign in to comment.