Skip to content

Commit

Permalink
Temp testing, remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkelk committed Jul 31, 2024
1 parent 3a019c1 commit 0bea91b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions env/activate
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ for path in "${paths[@]}"; do
# Also update PATH. Alire will include the current PATH set by the Adamant
# environment plus some alire specific paths.
#
echo "+++++++++++ ALR ENV"
alr -n printenv | grep PATH
eval `alr -n printenv | grep PATH`

# Set up the LD_LIBRARY_PATH so that it also includes the libraries that come
Expand All @@ -155,6 +157,8 @@ for path in "${paths[@]}"; do

# Activate the local python configuration:
. $ADAMANT_DIR/env/set_python_path.sh $path
echo "+++++++++++ ENV"
env

cd - &> /dev/null
done
Expand Down

0 comments on commit 0bea91b

Please sign in to comment.