# gp.bootstrap **Repository Path**: mirrors_gawel/gp.bootstrap ## Basic Information - **Project Name**: gp.bootstrap - **Description**: Small script to deal with zc.buildout bootstrapping - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Create a ``~/.buildout/default.cfg`` if it doesn't exist Create a ``buildout.cfg`` based on ``~/.buildout/template.cfg`` if it doesn't exist Download the ``bootstrap.py`` script if needed. Then run ``bin/buildout``. Example:: $ bootstrap # bootstrap with sys.executable $ bootstrap 2.5 # bootstrap with python2.5 $ bootstrap 2.5 -vvv # extra buildout options