Skip to content

Instantly share code, notes, and snippets.

@stonehippo
Last active October 27, 2022 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stonehippo/d640e3fbfcd215bc3638a4734d92dfe2 to your computer and use it in GitHub Desktop.
Save stonehippo/d640e3fbfcd215bc3638a4734d92dfe2 to your computer and use it in GitHub Desktop.
Zsh aliases for managing Ardupy

Zsh aliases for Ardupy

Zsh aliases for an installation of Ardupy using a Python virtualenv set up using pyenv.

It looks like Seeed has suspended development of Ardupy. It's been a while since anything was contributed, and they've archived the public repos.

Aliases

Alias Command Notes
ardupy_enable enable Ardupy virtualenv
ardupy_disable disable Arupy virtualenv
alias ardupy_enable="pyenv activate ardupy"
alias ardupy_disable="pyenv deactivate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment