Skip to content

can't use pyenv activate a anaconda-virtualenv #293

@jxxiao

Description

@jxxiao

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。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions