We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It may just be me, however using Ubuntu 17.04, I couldn't install this as described and get a command line gitlab in /usr/local/bin.
gitlab
/usr/local/bin
To achieve this I needed to run with sudo and provide a home directory, using:
sudo -H pip3 install python-gitlab
In page: install.rst
The text was updated successfully, but these errors were encountered:
a3b8858
No branches or pull requests
It may just be me, however using Ubuntu 17.04, I couldn't install this as described and get a command line
gitlab
in/usr/local/bin
.To achieve this I needed to run with sudo and provide a home directory, using:
sudo -H pip3 install python-gitlab
In page: install.rst
The text was updated successfully, but these errors were encountered: