Skip to content

Instantly share code, notes, and snippets.

View lejafar's full-sized avatar

Rafael Hautekiet lejafar

View GitHub Profile
@luzfcb
luzfcb / installing_pyenv_on_ubuntu_based_distros.md
Last active April 24, 2024 19:20
Quick install pyenv and Python

Tested only on Ubuntu 22.04, KDE Neon User Edition (based on Ubuntu 22.04) and OSX Mojave or higher.

will probably work on other newer versions, with no changes, or with few changes in non-python dependencies (apt-get packages)

NOTE: Don't create a .sh file and run it all at once. It may will not work. Copy, paste, and execute each command below manually. :-)

Ubuntu

# DO NOT RUN THIS AS A ROOT USER