# python3 -m venv temppy
# cd temppy
# source ./bin/activate
(temppy)  junhoha  ~/Documents/Github/temppy>  deactivate
 junhoha  ~/Documents/Github/temp/temppy

 

>>> import sys
>>> print(sys.stdin.encoding)
utf-8
>>> print(sys.stdout.encoding)
utf-8


+ Recent posts