Custom configuration and installation of btest package

Hi,

I have a question wrt installing the btest package.

From the README file, installation command is :

python setup.py install

Is there a way to customize the installation as in "./configure --prefix" option ?

I would like to install btest in my personal directories, not /usr/local/bin and other system directories ?

Thank you.

François

Have you tried this:
python setup.py install --prefix=/some/directory

Thank you :slight_smile:

I missed the point when reading the output of "python setup --help" ! Oops, sorry !

Thanks !

François