From 334fa17d4a3e7c6ba4658d72a47808090267541d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 6 Dec 2012 09:54:13 +0900 Subject: [PATCH] mk site-packages dir --- profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile b/profile index cf6adbe..6025986 100755 --- a/profile +++ b/profile @@ -7,6 +7,8 @@ export LC_TIME=C export TERMCAP="${TERMCAP}:vb=" export HOSTNAME export ENV=~/.shrc + +mkdir -p $HOME/.local/lib/python/site-packages export PYTHONDOCS=/usr/share/doc/python/html/ export PYTHONPATH="${PYTHONPATH}:\ ${HOME}/my/bin/py:${HOME}/.local/lib/python/site-packages"