Skip to content

Commit

Permalink
Describe history of IPYTHON_DIR.
Browse files Browse the repository at this point in the history
  • Loading branch information
bfroehle committed May 3, 2012
1 parent e9a4396 commit a6feaed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/source/whatsnew/development.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Other new features
* **%install_ext**: A new magic function to install an IPython extension from * **%install_ext**: A new magic function to install an IPython extension from
a URL. E.g. ``%install_ext https://bitbucket.org/birkenfeld/ipython-physics/raw/d1310a2ab15d/physics.py``. a URL. E.g. ``%install_ext https://bitbucket.org/birkenfeld/ipython-physics/raw/d1310a2ab15d/physics.py``.


* The :envvar:`IPYTHON_DIR` environment variable has been deprecated and * The :envvar:`IPYTHON_DIR` environment variable, introduced in the Great
support for it will be removed in a future release. Please use the Reorganization of 0.11 and existing only in versions 0.11-0.13, has been
:envvar:`IPYTHONDIR` environment variable instead. deprecated. As described in :ghissue:`1167`, the complexity and confusion of
migrating to this variable is not worth the aesthetic improvement. Please use
the historical :envvar:`IPYTHONDIR` environment variable instead.


0 comments on commit a6feaed

Please sign in to comment.