Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supporting conda environments #2

Open
omry opened this issue Aug 11, 2019 · 2 comments
Open

supporting conda environments #2

omry opened this issue Aug 11, 2019 · 2 comments

Comments

@omry
Copy link

omry commented Aug 11, 2019

Can you add conda environment support?
per this post:

This works:

import sys, os
is_conda = os.path.exists(os.path.join(sys.prefix, 'conda-meta'))

verified it on a conda environment with python 2.7 and python 3.6

@cls1991
Copy link
Owner

cls1991 commented Aug 13, 2019

OK, i wil add the feature soon, but it may take some time. 😺

@AnnaSafaryan
Copy link

Hi! There is still no support for conda, isn't it? I've installed pef via pip inside of conda environment (had to install pip there previosly), but when I try to use it, I get Warning! You are not in an active virtual environment. This may purge system-level packages!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants