buildout2.6
system for managing development buildouts
Install
- All systems
-
curl cmd.cat/buildout2.6.sh
- Debian
-
apt-get install python-zc.buildout
- Ubuntu
-
apt-get install python-zc.buildout
- Kali Linux
-
apt-get install python-zc.buildout
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-zc.buildout
- Raspbian
-
apt-get install python-zc.buildout
- Dockerfile
- dockerfile.run/buildout2.6
python-zc.buildout
system for managing development buildouts
The Buildout project provides support for creating applications, especially Python applications. It provides tools for assembling applications from multiple parts, Python or otherwise. An application may actually contain multiple programs, processes, and configuration settings.