What is your workflow for managing virtual environments for personal projects?

This page summarizes the projects mentioned and recommended in the original post on /r/Python

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • judo

    A minimal shell utility facilitating development using Jupyter Lab (by dennisschneider-ml)

  • If you are interested, you can have a look at https://github.com/dennisschneider-ml/judo :)

  • zpy

    Zsh helpers for Python venvs, with uv or pip-tools (by AndydeCleyre)

  • For managing venvs and dependencies and apps, I use my own frontend to pip-tools + venv, zpy. And for running tasks which require an activated venv, I use nox.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pyenv

    Simple Python version management

  • pyenv all the way. Simple to use, works great with different versions of python, and is awesome for managing virtual envs.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Setup and Use Pyenv in Python Applications

    1 project | dev.to | 11 Apr 2024
  • Integrating GPT in Your Project: Create an API for Anything Using LangChain and FastAPI

    2 projects | dev.to | 14 Jan 2024
  • Manage your Python Project End-to-End with PDM

    1 project | dev.to | 31 Dec 2023
  • Is KDE Desktop really snappier than XFCE these days as claimed?

    1 project | /r/linux | 11 Dec 2023
  • How to Install Python using Pyenv on Ubuntu 20.04

    1 project | dev.to | 30 Sep 2023