Activity log for bug #1866516

Date Who What changed Old value New value Message
2020-03-07 22:11:20 rohit bug added bug
2020-03-10 18:50:31 rohit summary Update installation guide to reflect python3 Update installation guide to use python-setuptools instead python3-setuptools
2020-03-10 18:56:04 rohit description Ref - https://docs.openstack.org/mistral/latest/admin/install/install-ubuntu.html Pre-requisite stage => Need to replace python-setuptools and python-pip with python3-setuptools and python3-pip. By default, Ubuntu 18.04 LTS is picking up python2. Installation stage => Local Installation Same here too. $ pip install -e . or: $ pip install -r requirements.txt $ python setup.py install need to replace with $ pip3 install -e . or: $ pip3 install -r requirements.txt $ python3 setup.py install Ref - https://docs.openstack.org/mistral/latest/admin/install/install-ubuntu.html Pre-requisite stage => Need to replace python3-dev with python-dev
2020-03-11 21:57:41 rohit mistral: assignee rohit (rohitchormale)