Skip to content

Commit 4c620d4

Browse files
committed
Update activation script
1 parent ee58390 commit 4c620d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup_qe.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ fi
133133
micromamba activate ${QE_ENV_NAME}
134134
135135
# Add QE binaries to PATH and set library path
136+
MAMBA_ENV_PREFIX=$(micromamba info -n ${QE_ENV_NAME} | grep "env location" | awk -F': ' '{print $2}')
136137
export PATH="${QE_INSTALL_DIR}/bin:\$PATH"
137138
export LD_LIBRARY_PATH="\${MAMBA_ENV_PREFIX}/lib:\$LD_LIBRARY_PATH"
138139

0 commit comments

Comments
 (0)