Skip to content
New issue

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

pip install of mkauthlist #55

Closed
kadrlica opened this issue Apr 15, 2017 · 1 comment
Closed

pip install of mkauthlist #55

kadrlica opened this issue Apr 15, 2017 · 1 comment

Comments

@kadrlica
Copy link
Contributor

kadrlica commented Apr 15, 2017

There are a few issues with the pip install of mkauthlist

  1. We should only upgrade when make upgrade is called. (This was a hack to not throw an error when mkauthlist was already installed.)
  2. We need to properly deal with the case where the user does not have root privileges. We are currently doing a pip install --user, but this has the issue that it doesn't add ~/.local/bin to the PATH (pip install --user should check that the user's $PATH is correct pypa/pip#3813). Also note that pip should be added as a dependency (pip dependency #47).
@johannct
Copy link

I had another issue related to python2/3 : my python2 pip is pip2, my python3 is pip, and has issues referenced in several places on google. May want to test for the presence of pip2 and default to python2 in case both are present on the system

@abmantz abmantz closed this as completed Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants