Posts

Showing posts from June, 2011

Quote from The Kirit

" Python not just load module from import but do execute that module so becareful about import order " ... The Kirit

Setup Python/DJango Environment with Virtualenv

for Linux environment.( general purpose ) - sudo apt-get install python-setuptools - sudo easy_install pip - pip install virtualenv (additional pip install virtualenvwrapper) - virtualenv --no-site-packages - source /bin/activate - pip install yolk - pip install ipython ( additional for other module please do - sudo apt-get install python-dev build-essential )

Quote from The Ruxo 2

"The view that you see, Should be in abstract" ... The Ruxo

Quote from The Ruxo

"There are more than one solution to solve the problem." ...The Ruxo