Top#Preparation

$FHHOME/fh.env

# FastHandle Environment
#
# source /home/fasthandle/fhhome/fh.env  with  ~/.bashrc
#
export FHHOME="/home/fasthandle/fhhome"
export FHLINUX="/home/fasthandle/fhhome/linux"
export FHWIN="/home/fasthandle/fhhome/win"
export FHOTHERS="/home/fasthandle/fhhome/others"

export PATH="$PATH:$FHLINUX/bin:."
cd ${FHLINUX}

# I don't need .pyc files. So I don't make .pyc files.
export PYTHONDONTWRITEBYTECODE=1


Top#Preparation