Closed proppy closed 7 years ago
pip install google-auth-oauthlib[tool] --user
Ran the first command on Mac. Seemed like the tool downloaded.
Then tried to run the command: -bash: google-oauthlib-tool: command not found
I got the same results as @Fleker.
@irataxy @Fleker can you check if this got installed in ~/Library/Python/2.7/bin
it might be missing in your $PATH
.
It was installed in that location:
ls -l ~/Library/Python/2.7/bin total 72 -rwxr-xr-x 1 nickcook eng 236 Jul 25 08:40 google-oauthlib-tool
@irataxy can you check if PYTHONUSERBASE
is defined:
echo $PYTHONUSERBASE
And please also try:
python -c 'import site; print(site.USER_BASE);
nickcook-macbookair:~ nickcook$ echo $PYTHONUSERBASE
nickcook-macbookair:~ nickcook$ python -c 'import site; print(site.USER_BASE);
print(site.USER_BASE);
python -c 'import site; print(site.USER_BASE); did not print anything out
Then maybe it's best to document how to create the virtualenv.
@irataxy @Fleker PTAL
@Fleker should we merge this?
It will be useful to include these instructions in the README.
Taking that as a LGTM :)
/cc @Fleker @devunwired can you test on a Mac?
Closes #41