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

Gordon Ball chronitis-guest at moszumanska.debian.org
Thu Nov 2 11:08:25 UTC 2017


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 53992894b57902053c2537d97a4d0806b5a32807
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 ad46e00..289ba29 100644
--- a/jupyter_core/paths.py
+++ b/jupyter_core/paths.py
@@ -174,7 +174,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