Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennm99 committed May 3, 2024
1 parent 3edeef5 commit ccdac45
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
command = """
curl https://pyenv.run | bash
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
echo 'command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(pyenv init -)"' >> ~/.bashrc
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.profile
echo 'command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.profile
echo 'eval "$(pyenv init -)"' >> ~/.profile
exec "$SHELL"
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init --path)"
pyenv install 3.12.2
pyenv global 3.12.2
Expand Down

0 comments on commit ccdac45

Please sign in to comment.