pynev shell boot up messages in Ubuntu #3110
-
|
have installed pyenv on Ubuntu 20.04 on WSL using Homebrew but I find that when I rebooting my shell I am getting messages like though pyenv seems to working. I am able to install new versions of python, I am getting the above messages while login into my Ubuntu (WSL) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Check your |
Beta Was this translation helpful? Give feedback.
Check your
~/.profileand/or~/.bashrc. It sounds like you addedeval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)after all thepyenvstuff. It needs to go before all that, becausepyenvis in Homebrew'sbindirectory.