You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use conda create env_tf , but I can't activate it by pyenv activate.
pyenv-virtualenv: version `env_tf' is not a virtualenv
env_tf is a virtualenv created by anaconda.
I can activate it by conda activate env_tf。
But I can not activate it by pyenv activate。
pyenv virtualenv miniconda3-4.3.30 env_miniconda pyenv activate env_miniconda
remind me :"pyenv-virtualenv: version `env_miniconda' is not a virtualenv"
I know I can activate env_miniconda like this: conda activate env_miniconda
but before this, I have to change my python to miniconda.So I think it's not a good way to solove this problem.
when I use brew install --HEAD pyenv-virtualenv
when I activate a virtualenv like this: pyenv activate virtualenv
remind me :"pyenv-virtualenv: version virtualenv is not a virtualenv"
I use conda create env_tf , but I can't activate it by pyenv activate.
pyenv-virtualenv: version `env_tf' is not a virtualenv
env_tf is a virtualenv created by anaconda.
I can activate it by conda activate env_tf。
But I can not activate it by pyenv activate。
pyenv virtualenv miniconda3-4.3.30 env_miniconda
pyenv activate env_miniconda
remind me :"pyenv-virtualenv: version `env_miniconda' is not a virtualenv"
I know I can activate env_miniconda like this:
conda activate env_miniconda
but before this, I have to change my python to miniconda.So I think it's not a good way to solove this problem.
#290 can't solve my problem.
when I use
brew install --HEAD pyenv-virtualenv
when I activate a virtualenv like this:
pyenv activate virtualenv
remind me :"pyenv-virtualenv: version virtualenv is not a virtualenv"
#290 I can't even use pyenv-virtualenv。
The text was updated successfully, but these errors were encountered: