Comment 9 for bug 1651292

Revision history for this message
mengalong (mengalong) wrote :

Now I have fix my problem use this patch:

[root@along-client devstack]# diff inc/python inc/python.bak
143c143
< pip_version=$(sudo python -c "import pip; \
---
> pip_version=$(python -c "import pip; \