You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
There are a few issues with the pip install of
mkauthlist
make upgrade
is called. (This was a hack to not throw an error whenmkauthlist
was already installed.)root
privileges. We are currently doing apip install --user
, but this has the issue that it doesn't add~/.local/bin
to thePATH
(pip install --user should check that the user's $PATH is correct pypa/pip#3813). Also note thatpip
should be added as a dependency (pip dependency #47).The text was updated successfully, but these errors were encountered: