Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPython should follow the XDG Base Directory spec for configuration #48

Closed
ipython opened this issue May 10, 2010 · 3 comments
Closed
Milestone

Comments

@ipython
Copy link
Collaborator

ipython commented May 10, 2010

Original Launchpad bug 409277: https://bugs.launchpad.net/ipython/+bug/409277
Reported by: bernd-sch (Bernd Schlapsi).

Could IPython please follow the XDG Base Directory Specification for the configuration/data directory on linux.

more infos here:

I am using:
python 2.6.2
ipython 0.9.1
Ubuntu 9.04 with latest updates

@ipython
Copy link
Collaborator Author

ipython commented May 10, 2010

[ LP comment 1 by: Brian Granger, on 2010-01-04 00:34:36.662458+00:00 ]

We definitely need to look at this as we have recently refactored our config system.

@minrk
Copy link
Member

minrk commented Feb 22, 2011

use XDG_CONFIG_HOME if available

priority is:

$XDG/ipython if both or neither exist
$HOME/.ipython if it exists and $XDG/ipython does not exist

closed by c1c2a71
closed by c1c2a71

markvoorhies pushed a commit to markvoorhies/ipython that referenced this issue Apr 21, 2011
priority is:

$XDG/ipython if both or neither exist
$HOME/.ipython if it exists and $XDG/ipython does not exist

closes ipythongh-48
closes ipythongh-246
markvoorhies pushed a commit to markvoorhies/ipython that referenced this issue Apr 21, 2011
@ivanov
Copy link
Member

ivanov commented Oct 31, 2013

we are reverting this in IPython 2.0 and dropping support for XDG. See PR #4457

mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
priority is:

$XDG/ipython if both or neither exist
$HOME/.ipython if it exists and $XDG/ipython does not exist

closes ipythongh-48
closes ipythongh-246
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants