Try.
Also look here check also this.
Check that
Add last in file as you see.
Check
See that this are there.
1 |
pyenv local 3.8 . 3 |
Check that
~/.bashrc
is correct.Add last in file as you see.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
tom@tom - VirtualBox:~$ cat ~ / .bashrc ..... # sources /etc/bash.bashrc). if ! shopt - oq posix; then if [ - f / usr / share / bash - completion / bash_completion ]; then . / usr / share / bash - completion / bash_completion elif [ - f / etc / bash_completion ]; then . / etc / bash_completion fi fi # Load pyenv automatically export PATH = "~/.pyenv/bin:$PATH" eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" |
PATH
.1 2 |
tom@tom - VirtualBox:~$ echo $PATH / home / tom / .pyenv / plugins / pyenv - virtualen / shims: / home / tom / .pyenv / shims:~ / .pyenv / bin : / home / tom / .local / bin : / usr / local / sbin: / usr / local / bin : / usr / sbin: / usr / bin : / sbin: / bin : / usr / games: / usr / local / games |
1 |
/ home / tom / .pyenv / shims:~ / .pyenv / bin |