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
Hi,
I installed Python like this:
brew install [email protected] echo "alias python=/opt/homebrew/bin/python3.11" >> ~/.zshrc
at the end it said:
Python has been installed as /opt/homebrew/bin/python3.11
python ---version
shows "Python 3.11.1".
I installed the workflow in Alfred 5.0.6 [2110].
I brought up Alfred and after gg_set pasted my GitHub classic token and hit return. But it just does a google search for gg_set pasted_token.
gg_set
gg_set pasted_token
Any idea?
Update: I've also tried adding /opt/homebrew/bin at the beginning of PATH value in the workflow's Environment Variables tab like this:
/opt/homebrew/bin
/opt/homebrew/bin:/usr/local/bin:/usr/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I installed Python like this:
at the end it said:
shows "Python 3.11.1".
I installed the workflow in Alfred 5.0.6 [2110].
I brought up Alfred and after
gg_set
pasted my GitHub classic token and hit return. But it just does a google search forgg_set pasted_token
.Any idea?
Update: I've also tried adding
/opt/homebrew/bin
at the beginning of PATH value in the workflow's Environment Variables tab like this:The text was updated successfully, but these errors were encountered: