Skip to content

Recommendation: Use /usr/bin/python3 #19

Closed
@vitorgalvao

Description

I recommend you use /usr/bin/python3 instead of python3 because that’ll guarantee a more consistent version for users. Sometimes Python makes some weird breaking change that users suddenly update to from Homebrew which can lead to inconsistent behaviour. So you’d do something like (already taking #20 into account):

/usr/bin/python3 recent_projects.py androidstudio "${1}"

That is unlikely to be an issue for this particular workflow, but still it’s best to not have to worry about it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions