Chapter 2. Installing Pylons
Pylons is written in the Python language and is designed to run on any platform that supports a modern version of Python. It can therefore be used on Windows, Mac OS X, Linux, BSD, and many other platforms. Because Python is an interpreted language, Pylons applications you write for one platform will be able to run on other platforms without any modification.
You can install Pylons in quite a few different ways depending on your needs, but the three main tools most Pylons developers use are as follows:
A virtual Python environment
easy_installprogramThe Python Package Index
In this chapter, you'll look at what a virtual Python environment is before turning your attention to the Python Package Index and the easy_install ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access