Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « EnvBuilder » Python 3.11.3

Méthode venv.EnvBuilder.create_configuration

Signature de la méthode create_configuration

def create_configuration(self, context) 

Description

help(EnvBuilder.create_configuration)

        Create a configuration file indicating where the environment's Python
        was copied from, and whether the system site-packages should be made
        available in the environment.

        :param context: The information for the environment creation request
                        being processed.