ansible adds PYTHONIOENCODING to zshrc
This commit is contained in:
parent
1a75c42434
commit
15685c7169
@ -47,4 +47,7 @@
|
||||
repo=https://github.com/getpelican/pelican-plugins.git
|
||||
dest=/vagrant/pelican-plugins
|
||||
|
||||
|
||||
- name: export PYTHONIOENCODING to UTF-8
|
||||
lineinfile:
|
||||
dest=~/.zshrc
|
||||
line="export PYTHONIOENCODING=UTF-8"
|
||||
|
Loading…
Reference in New Issue
Block a user