##// END OF EJS Templates
Describe history of IPYTHON_DIR.
Bradley M. Froehle -
Show More
@@ -15,7 +15,9 b' Other new features'
15 * **%install_ext**: A new magic function to install an IPython extension from
15 * **%install_ext**: A new magic function to install an IPython extension from
16 a URL. E.g. ``%install_ext https://bitbucket.org/birkenfeld/ipython-physics/raw/d1310a2ab15d/physics.py``.
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
18 * The :envvar:`IPYTHON_DIR` environment variable, introduced in the Great
19 support for it will be removed in a future release. Please use the
19 Reorganization of 0.11 and existing only in versions 0.11-0.13, has been
20 :envvar:`IPYTHONDIR` environment variable instead.
20 deprecated. As described in :ghissue:`1167`, the complexity and confusion of
21 migrating to this variable is not worth the aesthetic improvement. Please use
22 the historical :envvar:`IPYTHONDIR` environment variable instead.
21
23
General Comments 0
You need to be logged in to leave comments. Login now