pef
pef copied to clipboard
supporting conda environments
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
OK, i wil add the feature soon, but it may take some time. 😺