【发布时间】:2016-07-06 20:38:15
【问题描述】:
如果我在只读文件系统上启动 IPython,它总是会崩溃:
File "/usr/lib/python2.7/tempfile.py", line 217, in _get_default_tempdir
("No usable temporary directory found in %s" % dirlist))
IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp',
由于某些原因,我无法将它们挂载为可写,所以我的问题是:
是否可以以只读模式启动 IPython?
提前致谢
preareac
【问题讨论】:
标签: python directory ipython readonly temporary