E.B.mkbootstrap

Provides the mkbootstrap command.

Members

everyapp.bootstrap.mkbootstrap.main(args=None, program_name=None)[source]

Main program for the mkbootstrap command.

This function will generate the virtualenv bootstrap script in the current directory, and optionally a default configuration file as well.

Parameters:
  • args (tuple of str, or None) – The command-line arguments to use. If it is None, then sys.args[1:] will be used.
  • program_name (str, or None) – The name of the program as it appears on the command-line. If it is None, then sys.argv[0] is used.

See also

mkbootstrap for details on the accepted command-line arguments.