Skip to content

Instantly share code, notes, and snippets.

@InSuperposition
Created December 28, 2023 10: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 InSuperposition/9a9be93557c7f5884fbfa110d24e1347 to your computer and use it in GitHub Desktop.
Save InSuperposition/9a9be93557c7f5884fbfa110d24e1347 to your computer and use it in GitHub Desktop.
Setup Mac local for Data Science development with Python

Install and Manage Python versions on local machine

pyenv allows user to quickly switch beteen python versions

  •  - brew install pyenv

Install packake manager for Python

poetry package manager

  •  - brew install poetry

Install IDE and extensions

VS Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment