This commit is contained in:
@@ -0,0 +1 @@
|
||||
source "$HOME/.bashrc"
|
||||
@@ -0,0 +1 @@
|
||||
source "$HOME/.profile"
|
||||
@@ -0,0 +1,4 @@
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
source "$HOME/bin/activate"
|
||||
Reference in New Issue
Block a user