mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-24 14:12:34 +01:00
#524: Fix tcsh encoding
This commit is contained in:
@@ -25,6 +25,7 @@ def proc(request, spawnu, run_without_docker):
|
|||||||
if not run_without_docker:
|
if not run_without_docker:
|
||||||
proc.sendline(u'pip install /src')
|
proc.sendline(u'pip install /src')
|
||||||
proc.sendline(u'tcsh')
|
proc.sendline(u'tcsh')
|
||||||
|
proc.sendline(u'setenv PYTHONIOENCODING utf8')
|
||||||
proc.sendline(u'eval `thefuck --alias`')
|
proc.sendline(u'eval `thefuck --alias`')
|
||||||
return proc
|
return proc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user