after
$ pyenv shell [virtualenv_name]
deactivate command not work.
$ pyenv deactivate
( I found bellow command but wanna use above)
$ pyenv shell system
deactivate is only meant to work after activate I guess.
Try using pyenv activate in the first step.
pyenv deactivate doesn't work for me even if I activate with pyenv activate. pyenv shell system does work, so thanks @YumaInaura
@blueyed @skywickenden thank answers and sorry late reply mine...! 馃檶 it was so helpful.
Most helpful comment
deactivateis only meant to work afteractivateI guess.Try using
pyenv activatein the first step.