distutils

Michael Hudson mwh at python.net
Wed Aug 20 05:51:34 EDT 2003


"Bryan" <belred1 at yahoo.com> writes:

> what is the correct way to pass custom values to a distutil's setup
> script?  i'd like to pass on the command line the libraries_dir
> path.  should i just parse it out from sys.argv?

Um, most options already have an associated command line option...
doesn't the --install-dir option to install_lib do what you want?

Cheers,
mwh

-- 
  Presumably pronging in the wrong place zogs it.
                                        -- Aldabra Stoddart, ucam.chat




More information about the Python-list mailing list