pef icon indicating copy to clipboard operation
pef copied to clipboard

supporting conda environments

Open omry opened this issue 6 years ago • 2 comments

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

omry avatar Aug 11 '19 22:08 omry

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

cls1991 avatar Aug 13 '19 09:08 cls1991