[Python-modules-commits] [jupyter-core] 03/06: Fix ENV_CONFIG_PATH for Debian systems, we never use /usr/etc

Gordon Ball chronitis-guest at moszumanska.debian.org
Sun Dec 4 12:29:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository jupyter-core.

commit c3aabdaf041ece42543d779c76fda631972733f6
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sat Dec 3 15:21:44 2016 +0100

    Fix ENV_CONFIG_PATH for Debian systems, we never use /usr/etc
---
 jupyter_core/paths.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jupyter_core/paths.py b/jupyter_core/paths.py
index 57ef58f..d6a4c5c 100644
--- a/jupyter_core/paths.py
+++ b/jupyter_core/paths.py
@@ -158,7 +158,7 @@ else:
         "/etc/jupyter",
     ]
 
-ENV_CONFIG_PATH = [os.path.join(sys.prefix, 'etc', 'jupyter')]
+ENV_CONFIG_PATH = [os.path.join('/etc', 'jupyter')]
 
 
 def jupyter_config_path():

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-core.git



More information about the Python-modules-commits mailing list