Question about running multiple py versions

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

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
  • pyenv-win

    pyenv for Windows. pyenv is a simple python version management tool. It lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.

  • If you're using Windows, there appears to be a windows fork, but I have never used it before so I can't speak to how well it works.

  • pyenv

    Simple Python version management

  • You didn't say what OS you are using, but if Linux or MacOS, I'd recommend using pyenv to install the python versions you need.

  • 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-virtualenv

    a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)

  • I'd also recommend considering using pyenv-virtualenv with it for creating virtual environments to use for different projects.

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

  • Created a CLI to manage virtual envs with pyenv-win

    4 projects | /r/Python | 28 Sep 2022
  • WSL python refers to Windows pyenv

    2 projects | /r/bashonubuntuonwindows | 3 Feb 2022
  • Need "if variable equals a character"

    2 projects | /r/learnpython | 17 Dec 2021
  • If I've got Python 3.9 on my PC but I want to run 2.7 instead, what do I need to do to make that happen?

    2 projects | /r/learnpython | 9 Dec 2021
  • Should I always download the newest version of Python?

    2 projects | /r/learnpython | 3 Nov 2021