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