Sitemap
Thoughtful Shower

Thoughtful Shower is a medium publication about sharing concept, ideas, and experience about the way of life

Follow publication

Member-only story

How to Install Python Pyenv on macOS

3 min readDec 26, 2022

--

Photo by Sigmund on Unsplash

One of the hardest processes to learning python for beginners is installing python. Sometimes it was a version problem, the machine doesn’t recognize commands, etc.

I was included with people who deal with that problems. My solution at that time is just to install the Anaconda package. But since the Anaconda package size is too big for what I need, I feel that method is too overkill for me.

After searching for a while, I got the solution to this problem, and the solution is Pyenv.

What is Pyenv?

Basically, Pyenv is a tool to simplify installation and version changing in python. It helps developers quickly install or change the python version without needing to change the whole system.

In this post, I will show you how to install Pyenv and manage the python version.

Installing Homebrew

If Homebrew hasn’t been installed on your computer, run this command in the terminal.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

It will take a while. After the installation process is done, it will show you a message…

--

--

Thoughtful Shower
Thoughtful Shower

Published in Thoughtful Shower

Thoughtful Shower is a medium publication about sharing concept, ideas, and experience about the way of life

Fahmi Nurfikri
Fahmi Nurfikri

Written by Fahmi Nurfikri

Mostly writing about Programming and Artificial Intelligence | Follow me on https://github.com/fahmisalman and https://www.linkedin.com/in/fahmisalman