]> git.phdru.name Git - dotfiles.git/commitdiff
.profile: Adapt to newer `pyenv`
authorOleg Broytman <phd@phdru.name>
Wed, 7 Jul 2021 09:06:23 +0000 (12:06 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 7 Jul 2021 09:06:23 +0000 (12:06 +0300)
.profile

index cdf0a88a00af9c067d1582377ebd0d8c6b31f32c..29723ad08b6245144e10930c7316e165ef8056cb 100644 (file)
--- a/.profile
+++ b/.profile
@@ -202,6 +202,14 @@ if [ -t 0 ] ; then
    #if test -f .hushlogin && ! cmp -s .motd /etc/motd; then
    #   tee $HOME/.motd < /etc/motd
    #fi
+
+   #if which pyenv >/dev/null 2>&1; then
+   #   PYENV_ROOT="$HOME/.pyenv"
+   #   export PYENV_ROOT
+   #   PATH="$PYENV_ROOT/bin:$PATH"
+   #   eval "`pyenv init --path`"
+   #fi
+
 fi
 
 # No need to set DISPLAY - ssh sets DISPLAY and calls xauth