Skip to content

eleanorjboyd/python-env-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Environment Examples

This repository demonstrates different Python environment management approaches.

Environments

Folder Environment Type Description
global-env/ Global Python Uses system/global Python installation
uv-venv/ UV Virtual Env Virtual environment created with uv, uses pyproject.toml
standard-venv/ Standard venv Virtual environment created with python -m venv, uses requirements.txt
conda-env/ Conda Conda environment with pytest
poetry-env/ Poetry Poetry-managed environment
pipenv-env/ Pipenv Pipenv-managed environment
pyenv-env/ Pyenv Pyenv-managed Python version

Getting Started

Each folder contains:

  • README.md - Instructions for setting up the environment
  • print_env.py - Script that prints the Python executable path and environment manager name
  • Additional config files specific to the environment type

Navigate to each folder and follow the README instructions to set up that environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages