Skip to content

Commit

Permalink
define activate_env before rest of build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Mar 17, 2024
1 parent 41b5b64 commit 91c0b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .conda/build.sh
@@ -1,5 +1,7 @@
set -x

ACTIVATE_ENV="${PREFIX}/etc/conda/activate.d/env_vars.sh"

if [ -f "$ACTIVATE_ENV" ]; then
echo 'python-jl -c "import julia; julia.install()"' >> $ACTIVATE_ENV
# echo 'sed -i \'/julia.install/d\' $ACTIVATE_ENV' >> $ACTIVATE_ENV
Expand Down

0 comments on commit 91c0b15

Please sign in to comment.