Skip to content

Instantly share code, notes, and snippets.

@laserbat
Created July 9, 2011 14:52
Show Gist options
  • Save laserbat/1073630 to your computer and use it in GitHub Desktop.
Save laserbat/1073630 to your computer and use it in GitHub Desktop.
linux-0qkn:/opt/CutlassRL # chroot ./ ./usr/bin/python
Python 2.7 (r27:82500, Aug 07 2010, 16:54:59) [GCC] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/etc/pythonstart", line 16, in save_history
readline.write_history_file(historyPath)
IOError: [Errno 2] No such file or directory
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/etc/pythonstart", line 16, in save_history
readline.write_history_file(historyPath)
IOError: [Errno 2] No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment