Homebrew install python2

「Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!」の解決方法 ... terminal python homebrew. どのように、私は時代遅れのインストールされたバージョンのhomebrewパッケージを削除できますか? macos package-management homebrew ...Python has been installed as $(brew --prefix)/bin/python3 Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to `python3`, `python3-config`, `pip3` etc., respectively, have been installed intoStable Releases. Python 3.10.4 - March 24, 2022. Note that Python 3.10.4 cannot be used on Windows 7 or earlier. Download Windows embeddable package (32-bit) Download Windows embeddable package (64-bit) Download Windows help file. Download Windows installer (32-bit) Download Windows installer (64-bit) Python 3.9.12 - March 23, 2022.I have installed latest python3 ( 3.9.5 I believe), but python3 --version returns 3.8.2 for some reason. Why is that? Python has been installed as /usr/local/bin/python3 Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to `python3`, `python3-config`, `pip3` etc., respectively, have been installed into /usr/local/opt/[emailgit clone https://github.com/Homebrew/brew homebrew then eval "$ (homebrew/bin/brew shellenv)" brew update --force --quiet chmod -R go-w "$ (brew --prefix)/share/zsh" Multiple installations Create a Homebrew installation wherever you extract the tarball. Whichever brew command is called is where the packages will be installed.31 Jul 2017. Today I'd like to announce Homebrew 1.3.0. The most significant change since 1.2.0 is that brew install python no longer installs a python binary without manual PATH additions and instead installs a python2 binary. This avoids overriding the system python binary by default when installing Python as a dependency.1 day ago · I am currently on an M1 mac, and I want to install a package that needs to be emulated using rosetta 2. Therefore I know that I can either install a second parallel homebrew installation (which is something that I would prefer to avoid) or I can use the arch --x86_64 flag to specify the architecture for the package. Introduction Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. System requirements Poetry requires Python 2.7 or 3.5+. It is multi-platform and the goal is to make it work equally well on Windows, Linux and OSX.How to Install Python 3 in Mac OS. Perhaps the simplest way to install Python 3 is by using the Python package installer from python.org. Go to Python.org downloads page here and download the latest Python installer package. Run the Python installer package and install Python 3 onto the Mac. Python 3.8.x requires about 100mb of disk space to ...In order to install Homebrew, you need to install either the Xcode Command Line Tools (about 100 MB) or the full Xcode package (about 10 GB). In this tutorial, you will install Command Line Tools as they are a more reasonable size. ... brew install graphviz The python code below fits a decision tree on the famous Iris Dataset and exports a dot ...Uninstall Python. First, list which versions of Python you have available. pyenv versions. Change your global Python version to the last version you had before you installed the latest. pyenv global 3.X.X. Then uninstall the latest version you have. pyenv uninstall 3.X.X. Install Latest Python. Now you can install the latest version of Python.I would appreciate getting some help installing HomeBrew and Python on my laptop. I have a Mac Boo Pro 16" running macOS BigSur version 11.4. I have enrolled in an online school that will teach techniques to reconstruct images from CT, PET, MRI raw data. Such techniques are available in a development framework and make use of a biomedical ...I have installed latest python3 ( 3.9.5 I believe), but python3 --version returns 3.8.2 for some reason. Why is that? Python has been installed as /usr/local/bin/python3 Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to `python3`, `python3-config`, `pip3` etc., respectively, have been installed into /usr/local/opt/[emailThere may be a minor version mismatch or other issue during homebrew installation. The CLI doesn't use a Python virtual environment, so it relies on finding the installed Python version. A possible fix is to install and relink the [email protected] dependency from Homebrew. brew update && brew install [email protected] && brew upgrade [email protected] brew link ...Installing Python via homebrew. Open terminal and enter the following command to upgrade homebrew: $ brew update && brew upgrade. Once done install python using this command: brew install python3. This should complete the installation of python on your machine. Make sure that python has been installed by following these steps:ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/lib/python3.7' Consider using the `--user` option or check the permissions. I tried figure out where pip get '/lib/python3.7' lib, because python itself shows site-packages is another directory: python3 -c "import site; print (site ...How to Install Python 3 in Mac OS. Perhaps the simplest way to install Python 3 is by using the Python package installer from python.org. Go to Python.org downloads page here and download the latest Python installer package. Run the Python installer package and install Python 3 onto the Mac. Python 3.8.x requires about 100mb of disk space to ...The easiest way to install additional programming software on a Mac is to first install the Homebrew package manager. Open a terminal (press ⌘ + space to open Spotlight Search and then type terminal in the search window) and run the following command: Don't type the $. That's the terminal prompt (it might appear as another symbol such as ...From PyPI, you can install precompiled wheel packages of pyspotify that bundle libspotify. The packages should work on all combinations of: macOS 10.6 and newer. 32-bit and 64-bit. Apple-Python, Python.org-Python, Homebrew-Python. Make sure you have a recent version of pip, which will default to installing a wheel package if available:Also an option is to try and upgrade/reinstall Pip: python -m pip install --upgrade --force-reinstall pip. I've never forced a reinstall for Pip itself, but it may work. The python -m pip part will ensure you're using the correct Pip version for the standard (3.10) Python version. Then just remove /opt/homebrew/bin/pip.Installation happens with the brew command, which gives us access to thousands of command-line utilities, but not more complex applications. For us nerds, the utilities that fit into "the stuff you need" category include the handy tree command that shows directory structures and pyenv , which I use to manage multiple versions of Python .To install the Homebrew package, you use a command brew install <package name>. For example, to install PHP package, type brew install php in the terminal If you are getting the below error, you need to export the path.1 day ago · I am currently on an M1 mac, and I want to install a package that needs to be emulated using rosetta 2. Therefore I know that I can either install a second parallel homebrew installation (which is something that I would prefer to avoid) or I can use the arch --x86_64 flag to specify the architecture for the package. I would appreciate getting some help installing HomeBrew and Python on my laptop. I have a Mac Boo Pro 16" running macOS BigSur version 11.4. I have enrolled in an online school that will teach techniques to reconstruct images from CT, PET, MRI raw data. Such techniques are available in a development framework and make use of a biomedical ...1 day ago · I am currently on an M1 mac, and I want to install a package that needs to be emulated using rosetta 2. Therefore I know that I can either install a second parallel homebrew installation (which is something that I would prefer to avoid) or I can use the arch --x86_64 flag to specify the architecture for the package. PIP is a library manager for Python, which stands for Preferred Installer Program . This is a command line utility that allows you to install, reinstall or uninstall PyPI packages with a simple and straightforward command line: pip. If you are using Python2 from version 2.7.9 or Python 3 from 3.4, then PIP is installed by default on Python. If you're having trouble installing Python on your computer, reading our Python installation guide will help.---Updating Python in Linux. ... If you have Homebrew installed on your Mac, you can run the following command on the Terminal: brew install python. After the process completes, your computer will have the latest version of Python 3. ...1 day ago · I am currently on an M1 mac, and I want to install a package that needs to be emulated using rosetta 2. Therefore I know that I can either install a second parallel homebrew installation (which is something that I would prefer to avoid) or I can use the arch --x86_64 flag to specify the architecture for the package. 1 day ago · I am currently on an M1 mac, and I want to install a package that needs to be emulated using rosetta 2. Therefore I know that I can either install a second parallel homebrew installation (which is something that I would prefer to avoid) or I can use the arch --x86_64 flag to specify the architecture for the package. Instead, install the latest Python 2 version using, for example, the Homebrew package manager. This installs an alternative Python, in addition to the existing Python. Make sure Python command points to the latest Python you installed.Introduction Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. System requirements Poetry requires Python 2.7 or 3.5+. It is multi-platform and the goal is to make it work equally well on Windows, Linux and OSX.Installing Python with Homebrew may have some quirks. Keep reading to see how to do it the right way. Let's start by updating Homebrew repository. brew update then we install Python (2.7 in my case) brew install python Now, we should switch to PIP as advised via this posterInstalling Python versions using pyenv. It's really easy to install and manage multiple versions of Python using pyenv. See the documentation for full details, but here are the simple instructions to install any version of Python: 1. Install Homebrew. Homebrew is a package manager for MacOS. It allows you to install all sorts of useful tools.- macOS Mojave + native (Apple) Python 2.7.10 + XCode 11.2.1 ; Contents. Installation Instructions for Melodic in macOS (OS X) Setup. Homebrew; Setup Environment; Additional Tools; Initializing rosdep; Installation. ... $ brew update $ brew install cmake $ brew install poco # for class_loader pkg $ brew install gpgme # for rosbag_storage pkg;1 day ago · I am currently on an M1 mac, and I want to install a package that needs to be emulated using rosetta 2. Therefore I know that I can either install a second parallel homebrew installation (which is something that I would prefer to avoid) or I can use the arch --x86_64 flag to specify the architecture for the package. Now, we can install Python 2.7: $ brew install [email protected] Beca u se [email protected] is a "keg", we need to update our PATH again, to point at our new installation:ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/lib/python3.7' Consider using the `--user` option or check the permissions. I tried figure out where pip get '/lib/python3.7' lib, because python itself shows site-packages is another directory: python3 -c "import site; print (site ...Mar 16, 2020 · To install an app, run the following command. Homebrew Cask will automatically download it, extract the app, and install it to your Applications folder. brew cask install name. To uninstall an app with Homebrew Cask, run the following command: brew cask uninstall name. Install Open-Source Utilities With Homebrew Install Python. Using Python 3.9 leads to problems with most of the applications. Thus, installing Python 3.7 should be the right way. We start by opening up a terminal and installing it: brew install [email protected] Next, add the PATH to your system. If you run ZSH, add the following lines to your .zshrc:PIP is a library manager for Python, which stands for Preferred Installer Program . This is a command line utility that allows you to install, reinstall or uninstall PyPI packages with a simple and straightforward command line: pip. If you are using Python2 from version 2.7.9 or Python 3 from 3.4, then PIP is installed by default on Python. Step 4: Add Homebrew to your system PATH. To run brew command of this package manager from anywhere in the terminal regardless of the directory in which we are, we have to tell our system about it by adding it to the bin. Run the following command on your Linux system one by one. test -d ~/.linuxbrew && eval $ (~/.linuxbrew/bin/brew shellenv)Let me quickly tell you a few brew commands you can use for installing, removing and managing packages. Since Homebrew is installed in your home directory, you do not need sudo to run it (just like Pip and Cargo). To install a package with brew, use the install option: brew install package_name. There is no autocompletion for the package name here.With just a few lines of code, your Python application can send SMS messages with Twilio Programmable Messaging.. This Programmable Messaging Quickstart will walk you through the entire process step-by-step, starting with setting up your Twilio account all the way through sending an SMS using a Messaging Service. Step 1 - Install OpenFaaS¶ If you already have FaaS and the CLI configured, skip to step 3. Deploy OpenFaaS using one of the Deployment guides. Step 2 - Install the CLI¶ The CLI is a convenient way to interact with your functions. You can use it to build and/or deploy functions to your cluster. On a Mac if you're using brew then you can type in: PDF Bundle Report - Building SaaS with Python and Django #123 In this episode, we started work on a new feature for the homeschool application. This feature is a report bundle that will add PDFs of all school year activities to a zip archive for a customer’s record keeping purposes. Instead, install the latest Python 2 version using, for example, the Homebrew package manager. This installs an alternative Python, in addition to the existing Python. Make sure Python command points to the latest Python you installed.To install Python 2.7.x, just type: $ brew install python If you'd rather have Python 3, just replace python with python3. To see all the versions available, search Homebrew with this: $ brew search python This will show you a list of Python-related packages that can be installed.1 day ago · I am currently on an M1 mac, and I want to install a package that needs to be emulated using rosetta 2. Therefore I know that I can either install a second parallel homebrew installation (which is something that I would prefer to avoid) or I can use the arch --x86_64 flag to specify the architecture for the package. Jun 15, 2022 · If you don’t need to install them, the basic steps for building Python for development is to configure it and then compile it. Configuration is typically: ./configure --with-pydebug. More flags are available to configure, but this is the minimum you should do to get a pydebug build of CPython. Note. Installing Python 3.6 on macOS. It is recommended to not use Python 2 anymore. There seem to be a lot of code still out there running 2.x, but 3.x is the way of the future and I'd like to ensure I have that installed on my machine. On MacOS, the recommended way to get Python 3.x on your machine is to use the HomeBrew utility. HomeBrew is a ...Pyenv helps us to install, manage and switch between multiple python versions, most commonly done for testing your code across multiple python environments. In this post, we'll have a look at getting up and running with pyenv. If you're on MacOS, you may have some or all of the python versions listed below. # /usr/bin (default Apple ...Pyenv helps us to install, manage and switch between multiple python versions, most commonly done for testing your code across multiple python environments. In this post, we'll have a look at getting up and running with pyenv. If you're on MacOS, you may have some or all of the python versions listed below. # /usr/bin (default Apple ...- macOS Mojave + native (Apple) Python 2.7.10 + XCode 11.2.1 ; Contents. Installation Instructions for Melodic in macOS (OS X) Setup. Homebrew; Setup Environment; Additional Tools; Initializing rosdep; Installation. ... $ brew update $ brew install cmake $ brew install poco # for class_loader pkg $ brew install gpgme # for rosbag_storage pkg;Jun 14, 2022 · Also an option is to try and upgrade/reinstall Pip: python -m pip install --upgrade --force-reinstall pip. I've never forced a reinstall for Pip itself, but it may work. The python -m pip part will ensure you're using the correct Pip version for the standard (3.10) Python version. – 9769953. yesterday. Download the file for your platform. If you're not sure which to choose, learn more about installing packages. Source Distribution. homebrew-.2.5.tar.gz (3.8 kB view hashes ) Uploaded Nov 2, 2021 source. Built Distribution. homebrew-.2.5-py3-none-any.whl (4.8 kB view hashes ) Uploaded Nov 2, 2021 py3.Datasette Desktop is a packaged Mac application which bundles Datasette together with Python and allows you to install and run Datasette directly on your laptop. This is the best option for local installation if you are not comfortable using the command line. Using HomebrewAug 31, 2018 · Install Python 3.7 on Windows 10. After completing the download, run the executable to start the installation for Python 3.7 on Windows 10. The first installation screen will display as shown in the below image. Select the check-boxes for install launcher for all users and Add Python 3.7 to PATH and click on the Customize installation option. Installing Python via homebrew. Open terminal and enter the following command to upgrade homebrew: $ brew update && brew upgrade. Once done install python using this command: brew install python3. This should complete the installation of python on your machine. Make sure that python has been installed by following these steps:- macOS Mojave + native (Apple) Python 2.7.10 + XCode 11.2.1 ; Contents. Installation Instructions for Melodic in macOS (OS X) Setup. Homebrew; Setup Environment; Additional Tools; Initializing rosdep; Installation. ... $ brew update $ brew install cmake $ brew install poco # for class_loader pkg $ brew install gpgme # for rosbag_storage pkg;Datasette Desktop is a packaged Mac application which bundles Datasette together with Python and allows you to install and run Datasette directly on your laptop. This is the best option for local installation if you are not comfortable using the command line. Using Homebrew1 day ago · I am currently on an M1 mac, and I want to install a package that needs to be emulated using rosetta 2. Therefore I know that I can either install a second parallel homebrew installation (which is something that I would prefer to avoid) or I can use the arch --x86_64 flag to specify the architecture for the package. Here's how to do it: Open up your terminal by pressing Ctrl + Alt + T. Update your local system's repository list by entering the following command: sudo apt update. Download the latest version of Python: sudo apt install python3. APT will automatically find the package and install it on your computer.Instead, install the latest Python 2 version using, for example, the Homebrew package manager. This installs an alternative Python, in addition to the existing Python. Make sure Python command points to the latest Python you installed.terminal python homebrew どのように、私は時代遅れのインストールされたバージョンのhomebrewパッケージを削除できますか? macos package-management homebrew Datasette Desktop is a packaged Mac application which bundles Datasette together with Python and allows you to install and run Datasette directly on your laptop. This is the best option for local installation if you are not comfortable using the command line. Using HomebrewInstalling Python 3.6 on macOS. It is recommended to not use Python 2 anymore. There seem to be a lot of code still out there running 2.x, but 3.x is the way of the future and I'd like to ensure I have that installed on my machine. On MacOS, the recommended way to get Python 3.x on your machine is to use the HomeBrew utility. HomeBrew is a ...There is normally no need to install your built copy of Python! The interpreter will realize where it is being run from and thus use the files found in the working copy. ... with Homebrew: $ brew install pkg-config openssl xz gdbm tcl-tk For Python 3.10 and newer: $ PKG_CONFIG_PATH = " $(brew --prefix tcl-tk) /lib/pkgconfig" \./configure --with ...Follow the pip documentation to install it for your system Python if you would like it. Brewed Python modules For brewed Python, modules installed with pip3 or python3 setup.py install will be installed to the $ (brew --prefix)/lib/pythonX.Y/site-packages directory (explained above). Executable Python scripts will be in $ (brew --prefix)/bin. If you installed Python from source, with an installer from python.org, via Homebrew or via Linuxbrew you should already have pip. If you're on Linux and installed using your OS package manager, you may have to install pip separately. If you plan to install Pipenv using Homebrew or Linuxbrew you can skip this step.Install Pip3 on Mac With the Homebrew Package Manager. Instead of downloading the get-pip.py file first and then running it, you can use the Homebrew package manager to install any missing packages on your Mac. The command to install the pip3 package manager with the Homebrew package manager is given below. brew install python3/usr/local/bin/python. Homebrew is for installing system packages and tools; for managing Python add-ons we want pip. Luckily easy_install, another Python package manager is installed by Homebrew and we can use it to install pip: easy_install pip Install NumPy. Use pip to install NumPy: pip install numpy. This should install NumPy 1.6.1 (as of ...If you have already done it before then you can ignore the below three steps. Step-1: Open the terminal and enter the command "sudo apt-get install build-essential".This will install all the build essentials in your system. Step-2: Now on the terminal enter the command "Sudo apt-get install libbz2-dev".This is pretty much the same thing for Python. Step 1 - Install Homebrew. Since we will be using Homebrew manager to install our Python manager, here's a quick tutorial on how to install Homebrew for Mac users. brew update Step 2 - Install pyenv. pyenv is the python package manager. brew install pyenv Step 3 - Configure your Mac's environmentIf you chose the install Homebrew, installing Python on MacOS is as easy as: $ brew install python Official installer Alternatively, you can download an installer from the Python download website. It's easy and works like the installation of any other MacOS software program. The downside to this approach is that you won't get automatic updates.To install Homebrew, open Terminal or your favorite OS X terminal emulator and run $ /bin/bash -c "$ ( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" The script will explain what changes it will make and prompt you before the installation begins.There may be a minor version mismatch or other issue during homebrew installation. The CLI doesn't use a Python virtual environment, so it relies on finding the installed Python version. A possible fix is to install and relink the [email protected] dependency from Homebrew. brew update && brew install [email protected] && brew upgrade [email protected] brew link ...Step 5: Installing boost-python. Now that boost is installed, we can get boost-python installed as well: $ brew install boost-python The boost-python package should install a lot faster than boost, but you still might want to make yourself a cup of coffee, especially if your system is slow. Step 6: Confirm boost and boost-python is installedJan 31, 2017 · 2 Fortunately, it's easy to install a modern Python alongside the MacOS system Python. Either download Python 3.6 from python.org, or for Python 2.7 with the latest TLS, use Homebrew. Both methods of installing Python will continue working after June 2018. With pyenv installed, you don't need to install Python with Homebrew anymore (as you may already be doing). You can install Python using pyenv with the following syntax: pyenv install [version] The version argument follows semantic versioning which is "major.minor.patch". For Python 3, let's say we want to install 3.10.2.Homebrew. To install the remaining prerequisites, we recommend first installing the "missing package manager for macOS" otherwise known as Homebrew. To do so, open a terminal window and enter: ... To install Python 3.6+, open a terminal window and enter: brew install python python3 -m pip install -U --user wheel six.How to install [email protected] from a local tap The following method works with the current version ( c9b8a3ef6) of brew: $ brew tap-new <user>/homebrew-python2 $ brew extract [email protected] <user>/homebrew-python2 $ brew install /usr/local/Homebrew/Library/Taps/<user>/homebrew-python2/Formula/[email protected] to Install Python on macOS Python 2 comes preinstalled on older versions of macOS. This is no longer the case for current versions of macOS, starting with macOS Catalina. There are two installation methods on macOS: The official installer The Homebrew package managerTo install the Homebrew package, you use a command brew install <package name>. For example, to install PHP package, type brew install php in the terminal If you are getting the below error, you need to export the path.terminal python homebrew どのように、私は時代遅れのインストールされたバージョンのhomebrewパッケージを削除できますか? macos package-management homebrew Jul 11, 2017 · This script will install R and Python. R will be installed with OpenBLAS, OpenMP and rJava enabled. Related. To leave a comment for the author, please follow the link and comment on their blog: Pachá (Batteries Included). R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Earlier homebrew used to install python2 as /usr/local/bin/python. Now it follows these rules: Install python2 at /usr/local/bin/python2; Install python3 at /usr/local/bin/python3; python command will point to /usr/bin/python. This is the python distribution which comes with your OS and not installed by Homebrew.Installation happens with the brew command, which gives us access to thousands of command-line utilities, but not more complex applications. For us nerds, the utilities that fit into "the stuff you need" category include the handy tree command that shows directory structures and pyenv , which I use to manage multiple versions of Python .Dec 07, 2021 · Get started for free on the ActiveState Platform. The Pip Package Manager is the de facto standard for managing Python distributions, and is recommended for installing Python packages for Windows. Pip is installed automatically with Python 2 (>=2.7.9) and Python 3 (>=3.4) installations. The pip command has options for installing, upgrading and ... 1 day ago · I am currently on an M1 mac, and I want to install a package that needs to be emulated using rosetta 2. Therefore I know that I can either install a second parallel homebrew installation (which is something that I would prefer to avoid) or I can use the arch --x86_64 flag to specify the architecture for the package. To install Python, use homebrew. To use homebrew to install Python packages, you need a compiler, which you can get by installing Xcode's command-line tools. xcode-select --install. Install homebrew by following the instructions on the homebrew homepage , and then use homebrew to install Python as follows: brew install python.Jun 14, 2022 · Also an option is to try and upgrade/reinstall Pip: python -m pip install --upgrade --force-reinstall pip. I've never forced a reinstall for Pip itself, but it may work. The python -m pip part will ensure you're using the correct Pip version for the standard (3.10) Python version. – 9769953. yesterday. 1 day ago · I am currently on an M1 mac, and I want to install a package that needs to be emulated using rosetta 2. Therefore I know that I can either install a second parallel homebrew installation (which is something that I would prefer to avoid) or I can use the arch --x86_64 flag to specify the architecture for the package. I have installed Ansible (v1.4.4) and Python (2.7.6) via Homebrew. I'm creating an Ansible playbook for setting up a local development machine on Mac (Mavericks). When I get to the step to import a MySQL database using the mysql_db module, Ansible complains "the python mysqldb module is required".Jun 14, 2022 · Also an option is to try and upgrade/reinstall Pip: python -m pip install --upgrade --force-reinstall pip. I've never forced a reinstall for Pip itself, but it may work. The python -m pip part will ensure you're using the correct Pip version for the standard (3.10) Python version. – 9769953. yesterday. Where does brew install python in macOS; Validate email address in Python using regular expression (regex) How to uninstall pip Python packages; ModuleNotFoundError: No module named qdarkstyle.colorsystem [Python] Python: Fix command not found pip or pip3 on zsh shell; Check version of pip package installer for Python; 3 Python program to add ...I have installed Ansible (v1.4.4) and Python (2.7.6) via Homebrew. I'm creating an Ansible playbook for setting up a local development machine on Mac (Mavericks). When I get to the step to import a MySQL database using the mysql_db module, Ansible complains "the python mysqldb module is required".31 Jul 2017. Today I'd like to announce Homebrew 1.3.0. The most significant change since 1.2.0 is that brew install python no longer installs a python binary without manual PATH additions and instead installs a python2 binary. This avoids overriding the system python binary by default when installing Python as a dependency.tl;dr TIL pygame is broken using homebrew Python3, so I decided to wipe my shit and start from scratch. I figured I'd give you the quickness on what I did so next time this shit happens to someone, they have a handy reference. 10l_1ttl