Explore >> Select a destination


You are here

codeinthehole.com
| | vsupalov.com
2.2 parsecs away

Travel
| | Notes on how to set up the right python version and and isolated development environments.
| | stribny.name
1.3 parsecs away

Travel
| | [AI summary] This post explains how to install and manage development versions of Python on Fedora using Pyenv, covering installation steps, prerequisites, and usage examples.
| | github.com
1.9 parsecs away

Travel
| | Simple Python version management. Contribute to pyenv/pyenv development by creating an account on GitHub.
| | newcome.wordpress.com
16.9 parsecs away

Travel
| I wanted to spin up a Linux development environment to hack on some code that needed epoll. I could have run everything in a Docker container, but I kinda wanted to be in that environment for total hackage. I thought maybe I'd just do it in a Virtualbox instance. Then I didn't want to install...