Show More
@@ -286,6 +286,8 b' following algorithm:' | |||
|
286 | 286 | * If not, the value returned by :func:`IPython.utils.path.get_ipython_dir` |
|
287 | 287 | is used. This function will first look at the :envvar:`IPYTHONDIR` |
|
288 | 288 | environment variable and then default to a platform-specific default. |
|
289 | Historical support for the :envvar:`IPYTHON_DIR` environment variable will | |
|
290 | be removed in a future release. | |
|
289 | 291 | |
|
290 | 292 | On posix systems (Linux, Unix, etc.), IPython respects the ``$XDG_CONFIG_HOME`` |
|
291 | 293 | part of the `XDG Base Directory`_ specification. If ``$XDG_CONFIG_HOME`` is |
@@ -15,4 +15,7 b' Other new features' | |||
|
15 | 15 | * **%install_ext**: A new magic function to install an IPython extension from |
|
16 | 16 | a URL. E.g. ``%install_ext https://bitbucket.org/birkenfeld/ipython-physics/raw/d1310a2ab15d/physics.py``. |
|
17 | 17 | |
|
18 | * The :envvar:`IPYTHON_DIR` environment variable has been deprecated and | |
|
19 | support for it will be removed in a future release. Please use the | |
|
20 | :envvar:`IPYTHONDIR` environment variable instead. | |
|
18 | 21 |
General Comments 0
You need to be logged in to leave comments.
Login now