(myvenv)me:src orokusaki$ python manage.py shell -i ipython
Python 2.7.2 (default, Jun 16 2012, 12:38:40)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> while True:
... pass # :(
...
IPythonをグローバルにインストールしましたが、このmyvenv
virtualenvが正常にアクティブ化されている間は機能します。ただし、Djangoシェルを(の有無にかかわらず-i
)起動すると、IPythonは使用されません。私はこれまでこの問題を経験したことがありません。
注:django-admin.py
vsmanage.py
は違いを生みません。