setup stuff
This commit is contained in:
parent
227e638686
commit
2e6fa622d2
5
setup.sh
5
setup.sh
@ -21,7 +21,10 @@ ln -s $(pwd)/home/shell_funcs /home/coder/.shell_funcs
|
||||
echo 'export PYENV_ROOT="/home/coder/.pyenv"' >> /home/coder/.bashrc
|
||||
echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> /home/coder/.bashrc
|
||||
echo 'eval "$(pyenv init -)"' >> /home/coder/.bashrc
|
||||
source ~/.bashrc
|
||||
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
|
||||
pyenv install 3.10.13
|
||||
pyenv global 3.10.13
|
||||
|
Loading…
Reference in New Issue
Block a user