Comment 3 for bug 1147136

Revision history for this message
Menno Finlay-Smits (menno.smits) wrote :

The Juju home directory is required by the juju tool during preparation for command line processing creating a chicken-and-egg problem: --home can't be used until command line processing is done and command line processing can't be done without knowing the Juju home directory.

After discussing with axc and fwereade we've decided that this ticket isn't going to get done.

The easiest way around this is to just do:

    JUJU_HOME=some/path juju ...