Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Aug 26, 2024
1 parent e3dc08c commit f46a1ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/graphscope/gsctl/scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ fi
init_workspace_and_env() {
info "creating directory: ${install_prefix} ${MPI_PREFIX} ${tempdir}"
${SUDO} mkdir -p ${install_prefix} ${MPI_PREFIX} ${tempdir}
${SUDO} chown -R $(id -u):$(id -g) ${install_prefix} ${MPI_PREFIX} ${tempdir}
export PATH=${install_prefix}/bin:${PATH}
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${install_prefix}/lib:${install_prefix}/lib64
}
Expand Down

0 comments on commit f46a1ca

Please sign in to comment.