Skip to content

Commit

Permalink
#345 fix environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Jul 13, 2023
1 parent c99aa3e commit 29877c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup/conda/setup
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ fi
if [ ! -e "$CASA/conf" ]; then
mkdir "$CASA/conf"
ln -s ../src/casa-distro/setup/conda/bv_maker.cfg "$CASA/conf"
cat > "$CASA/conf/environment.sh" << END_OF_FILE
export CASA_DISTRO=$CASA_DISTRO
cat > "$CASA/conf/environment.json" << END_OF_FILE
{
"CASA_DISTRO": "$CASA_DISTRO"
}
END_OF_FILE
fi

Expand Down

0 comments on commit 29877c7

Please sign in to comment.