##// END OF EJS Templates
a couple of more stray XDG / .config references
Paul Ivanov -
Show More
@@ -45,10 +45,9 b' Usage'
45 45
46 46 This file is typically installed in the `IPYTHONDIR` directory, and there
47 47 is a separate configuration directory for each profile. The default profile
48 directory will be located in $IPYTHONDIR/profile_default. For Linux users,
49 IPYTHONDIR defaults to `$HOME/.config/ipython`, and for other Unix systems
50 to `$HOME/.ipython`. For Windows users, $HOME resolves to C:\\Documents
51 and Settings\\YourUserName in most instances.
48 directory will be located in $IPYTHONDIR/profile_default. IPYTHONDIR
49 defaults to to `$HOME/.ipython`. For Windows users, $HOME resolves to
50 C:\\Documents and Settings\\YourUserName in most instances.
52 51
53 52 To initialize a profile with the default configuration file, do::
54 53
@@ -12,8 +12,7 b' Outdated configuration information that might still be useful'
12 12 This section will help you set various things in your environment for
13 13 your IPython sessions to be as efficient as possible. All of IPython's
14 14 configuration information, along with several example files, is stored
15 in a directory named by default $HOME/.config/ipython if $HOME/.config
16 exists (Linux), or $HOME/.ipython as a secondary default. You can change this by
15 in a directory named by default $HOME/.ipython. You can change this by
17 16 defining the environment variable IPYTHONDIR, or at runtime with the
18 17 command line option -ipythondir.
19 18
General Comments 0
You need to be logged in to leave comments. Login now