We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c71c0 commit 2c75277Copy full SHA for 2c75277
.bashrc
@@ -125,3 +125,8 @@ function certg() {
125
printf "openssl s_client -showcerts -servername $1 -connect ${1}:443 </dev/null"
126
openssl s_client -showcerts -servername $1 -connect ${1}:443 </dev/null
127
}
128
+
129
+export PYENV_ROOT="$HOME/.pyenv"
130
+command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
131
+eval "$(pyenv init -)"
132
+if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; fi
0 commit comments