Add two prereq pkgs to nova devref env guide
fixes bug 1024903 As noted in the bug report, without libxml2-dev and libxslt-dev installed on ubuntu 12.04, the virtualenv creation will fail. This fix simply adds the packages to the first "Install the prerequisite packages." line Change-Id: I588ce14f63fa75d54405562f83d202d05c8a05c6
This commit is contained in:
parent
ba57bbe070
commit
2e614638a1
@ -62,7 +62,7 @@ Install the prerequisite packages.
|
||||
|
||||
On Ubuntu::
|
||||
|
||||
sudo apt-get install python-dev libssl-dev python-pip git-core
|
||||
sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev
|
||||
|
||||
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user