TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An Opinionated Python Setup Guide for Mac

16 pointsby evinismover 2 years ago

3 comments

kutenaiover 2 years ago
I do not like to use homebrew for python, but I install it for Homebrew dependencies.<p>I use the native installer available on python.org. It works perfectly on my mac, and gives me no issues. I create local virtualenvs for each project, from the base distribution of choice.<p>I have found zero reasons NOT to use the standard distribution, and it allows me to install any version of sub-version I desire.
评论 #34198884 未加载
kingkongjaffaover 2 years ago
I can&#x27;t recommend using Anaconda&#x2F;Conda it&#x27;s so bloated.<p>A poetry&#x2F;.toml&#x2F;requirements.txt file and venv is enough to manage without having 100&#x27;s of data science libs installed.<p>&gt; Feel free to use conda but keep it scoped to individual projects rather than as a system-wide configuration.<p>Good advice!
tfeldmannover 2 years ago
Extension: Use pipx for pip python applications like ansible.