When using the atom-runner of the Atom, "hello" it is also able to display, garbled in "Hello" occurs.
print('hello')
print('Hello')
Open ʻinit.coffee in
C: /Users/○○(username)/.atomand open Add
process.env.PYTHONIOENCODING =" utf-8 ";`.
After adding, restart Atom and check.
that's all!
Recommended Posts