Skip to content

Instantly share code, notes, and snippets.

View ben-ogden's full-sized avatar

Ben Ogden ben-ogden

View GitHub Profile
@ben-ogden
ben-ogden / pinecone-streamlit-setup.md
Created May 17, 2023 22:48
Pinecone & Streamlit Environment Setup

Pinecone & Streamlit Setup

Install the pinecone-client and streamlit

From within the project directory, run-

pipenv shell
pip install --upgrade pinecone-client streamlit
streamlit version
@ben-ogden
ben-ogden / python-setup.md
Last active May 17, 2023 22:44
macOS - Python Environment Setup

Python Environment Setup for MacOS

There are a few ways to go about this, but I prefer

  • Homebrew for package management
  • pyenv to manage Python versions, and
  • pipenv to manage Python environments.

Install Homebrew

@ben-ogden
ben-ogden / which-shell.sh
Last active May 17, 2023 21:33
macOS - Confirm the shell set for your user
dscl . -read /Users/$USER UserShell