Skip to content

Commit

Permalink
Fix pyenv init
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Jan 7, 2024
1 parent c66ce27 commit af60d3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chdb/build_linux_arm64.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash -e

export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
PROJ_DIR=$(dirname ${DIR})

Expand Down

0 comments on commit af60d3e

Please sign in to comment.