Skip to content Skip to sidebar Skip to footer
Showing posts with the label Homebrew

Trying To Install Python3 But Terminal Keeps Showing As Python 2.7.13

I have 2.7.13 on macOS Sierra and I'm trying to upgrade to python3 via brew install python3 ev… Read more Trying To Install Python3 But Terminal Keeps Showing As Python 2.7.13

Macos Sierra/python2.7.13 Urlerror:

I have been searching/trying everything I could find on Stack Overflow, but no joy. I am new to Pyt… Read more Macos Sierra/python2.7.13 Urlerror:

Python & Django On A Mac: Illegal Hardware Instruction

Here is my issue: I installed Python and Django on my mac. When I run 'django-admin.py startpr… Read more Python & Django On A Mac: Illegal Hardware Instruction

Install Pipenv Using Brew On Python 3.6

I am trying to install pipenv using Homebrew as suggested in here. First, I ran $ brew install pipe… Read more Install Pipenv Using Brew On Python 3.6

Homebrew - What's The Difference Between `python@3` And `python3`?

I have python 2.7.14 installed via homebrew, and I'd like to install the latest version of pyth… Read more Homebrew - What's The Difference Between `python@3` And `python3`?

Switching Python Version Installed By Homebrew

I have Python 3.8 and 3.9 installed via Homebrew: ~ brew list | grep python python@3.8 python@3.9 … Read more Switching Python Version Installed By Homebrew

Install Vim Via Homebrew With Python And Python3 Support

I would like to enable Python auto-completion in Vim so maybe this is a non-issue. This is what I&#… Read more Install Vim Via Homebrew With Python And Python3 Support

Symbol Not Found: _sqlite3_enable_load_extension - Sqlite Installed Via Homebrew

Symptom: In my Django app, when I call from pysqlite2._sqlite import * I get the traceback Symbol n… Read more Symbol Not Found: _sqlite3_enable_load_extension - Sqlite Installed Via Homebrew