Docker env settings for Django
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PYTHONPATH=/usr/bin/python3 | |
export TERM=xterm | |
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
export PWD=/root | |
export TZ=Asia/Tokyo | |
export SHLVL=1 | |
export HOME=/root | |
export DEBCONF_NOWARNINGS=yes | |
export LESSOPEN=| | |
export LESSCLOSE=/usr/bin/lesspipe | |
export _=/usr/bin/printenv | |
export OLDPWD=/var/log | |
export PYTHONIOENCODING=UTF-8 | |
export LANG=C.UTF-8 | |
export LANGUAGE=en_US:en | |
export LC_CTYPE="C.UTF-8" | |
export LC_NUMERIC="C.UTF-8" | |
export LC_TIME="C.UTF-8" | |
export LC_COLLATE="C.UTF-8" | |
export LC_MONETARY="C.UTF-8" | |
export LC_MESSAGES="C.UTF-8" | |
export LC_PAPER="C.UTF-8" | |
export LC_NAME="C.UTF-8" | |
export LC_ADDRESS="C.UTF-8" | |
export LC_TELEPHONE="C.UTF-8" | |
export LC_MEASUREMENT="C.UTF-8" | |
export LC_IDENTIFICATION="C.UTF-8" | |
export LC_ALL= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment