Tag Archives: python

How to install pyramid

1.Install python 2.7/3.x 2.Install setuptools For windows, need to add C:\Python27\Scripts to PATH variable 3. Install virtualenv $ easy_install virtualenv create a virtual environement mysite: $virtualenv mysite $cd mysite $source bin/activate Then a new environment variable VIRTUAL_ENV would be set. … Continue reading

Posted in python | Tagged | Leave a comment