Skip to content

Instantly share code, notes, and snippets.

@dragolabs
Created August 12, 2021 04:54
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 dragolabs/11289a00603e00ba803abc6066724761 to your computer and use it in GitHub Desktop.
Save dragolabs/11289a00603e00ba803abc6066724761 to your computer and use it in GitHub Desktop.

How to install python apps on MacOS

Install brew

Install asdf

brew install asdf

Install python not from brew

asdf plugin add python
asdf install python 3.9.6
asdf global python 3.9.6

Install pipx from python not from brew

pip install pipx

Now install any python app you want

pipx install python_package --verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment