[Qgis-community-team] error building docs locally
Otto Dassau
dassau at gbd-consult.de
Tue Oct 8 07:58:41 PDT 2013
Am Tue, 08 Oct 2013 15:02:02 +0200
schrieb Richard Duivenvoorde <richard at duif.net>:
>
> > Hi,
> >
> > no the same error, but maybe I do something wrong? Is there a howto, if I
> > want to build it virtualenv?
>
> https://github.com/qgis/QGIS-Website#qgis-website
>
> so:
>
> create a virtualenv AND activate it via:
>
> source ./bin/activate
>
> you'll see the name of the virtualenv then in your cursor. Eg, I see:
>
> (sphinx)richard at mymachine
>
> the idea of a virtual python environment is:
> - activate it
> - install the needed packages into that environment (then your global
> env stays clean).
> - do your thing in that environment
> - deactivate it when ready
>
> so the
> pip install -r REQUIREMENTS.txt
> you have to do after the activation/starting of your virtualenv
>
> the error you show can have two reasons:
> - either you installed the bootstrap theme in your global python env,
> and are now trying to build into your virtual environment
> - you are/build in you virtual environment, BUT you installed the
> bootstrap in your global one
>
> Let me know if more info is needed.
no it works fine, the howto above is a great help!
Thanks
Otto
More information about the Qgis-community-team
mailing list