Linux MozPhab Installation Guide¶
MozPhab can be installed from PyPI.
This requires Git and Python 3.6 or higher with pip3.
Ensure the requirements are installed¶
Verify that pip3 and git are installed and working when run from the command line:
$ git --version
git version 2.20.1
$ pip3 --version
pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)
The versions you have do not need match the above.
If either are missing use your distro’s package manager to install. For example if you use Ubuntu:
$ sudo apt-get install git python3-pip
Install MozPhab¶
Call
pip3 install --user MozPhabThis will install
moz-phabinto your home directory, under~/.local/bin.If
moz-phabhas not been found, add your~/.local/bindirectory to thePATHvariable. Running this command in terminal will change thePATHfor current session. Add it to your profile file (~/.bashrcor equivalent) to keep the$PATHchanged :
$ export PATH=~/.local/bin:$PATH
Ensure running
moz-phabworks:
$ moz-phab -h