Posts

Showing posts with the label virtualenv

Setup environment for python developer in windows :)

Hi my friend :)     Sometime I may have a change to develop something in window, this is a guide to get python development up! Actually I just found powershell, interesting!!! http://www.tylerbutler.com/2012/05/how-to-install-python-pip-and-virtualenv-on-windows-with-powershell/ https://pip.pypa.io/en/latest/installing.html

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 )