From 7d779c47f76abcdb3e865a4910259f3003c468ae Mon Sep 17 00:00:00 2001 From: Xiaoyi Date: Wed, 10 Jul 2024 12:07:16 -0400 Subject: [PATCH] Update pgdb.py --- polyglotdb/pgdb.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/polyglotdb/pgdb.py b/polyglotdb/pgdb.py index c0d5f46..5f8b5a9 100644 --- a/polyglotdb/pgdb.py +++ b/polyglotdb/pgdb.py @@ -229,9 +229,6 @@ def status(name): def main(): - if 'CONDA_PREFIX' not in os.environ: - print('Conda environment not detected. Please ensure you are running under a conda environment') - sys.exit(1) global CONFIG_DIR CONFIG_DIR = os.environ.get('PGDB_HOME', os.path.expanduser('~/.pgdb'))