ce0f553
diff --git a/conda/__init__.py b/conda/__init__.py
ce0f553
index 342f3ce..debf943 100644
ce0f553
--- a/conda/__init__.py
ce0f553
+++ b/conda/__init__.py
ce0f553
@@ -35,8 +35,7 @@ __copyright__ = "Copyright (c) 2012, Anaconda, Inc."
2785a51
 __summary__ = __doc__
fd1b9f9
 __url__ = "https://github.com/conda/conda"
fd1b9f9
 
fd1b9f9
-if os.getenv('CONDA_ROOT') is None:
fd1b9f9
-    os.environ[str('CONDA_ROOT')] = sys.prefix
fd1b9f9
+os.environ['CONDA_ROOT'] = '/usr/share/conda'
fd1b9f9
 
ce0f553
 CONDA_PACKAGE_ROOT = abspath(dirname(__file__))
fd1b9f9