Mac上的IPython中sh配置文件的问题

时间:2010-08-24 05:16:08

标签: python shell profile

我最近听说过python中的配置文件并很快发现了sh配置文件。我去调用它来尝试它,并在运行Snow Leopard和系统Python2.6的Mac上出现以下错误。其他人之前看过这个吗?我正在考虑尝试重新安装IPython鸡蛋以确定它是否已修复它,但我想我会问其他用户是否看到类似的东西(最有可能在Apple电脑上)。

mwoods 5 22:11:48 ~$ ipython -p sh
[IPythonApp] Config file not found, skipping: <ipython_config_sh.py>
Traceback (most recent call last):
  File "/Library/Python/2.6/site-packages/ipython-0.11.bzr.r1205-py2.6.egg/IPython/core/application.py", line 223, in load_file_config
    self.file_config = loader.load_config()
  File "/Library/Python/2.6/site-packages/ipython-0.11.bzr.r1205-py2.6.egg/IPython/config/loader.py", line 227, in load_config
    self._find_file()
  File "/Library/Python/2.6/site-packages/ipython-0.11.bzr.r1205-py2.6.egg/IPython/config/loader.py", line 234, in _find_file
    self.full_filename = filefind(self.filename, self.path)
  File "/Library/Python/2.6/site-packages/ipython-0.11.bzr.r1205-py2.6.egg/IPython/utils/genutils.py", line 569, in filefind
    (filename, path_dirs))
IOError: File does not exist in any of the search paths: 'ipython_config_sh.py', ('/Users/mwoods', u'/Users/mwoods/.ipython')
Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29) 
Type "copyright", "credits" or "license" for more information.

IPython 0.11.bzr.r1205 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object'. ?object also works, ?? prints more.

In [1]: 

1 个答案:

答案 0 :(得分:0)

我成功运行ipython --profile=sh。但是,sh配置文件的功能(如advertised here)不可用。