Set up and manage Python virtual environments with various tools and best practices.
Help me set up Python environment management for: [DESCRIBE YOUR PROJECT/TEAM] Current setup: - Python version(s): [VERSIONS NEEDED] - Project type: [WEB/DATA SCIENCE/CLI/LIBRARY] - Team size: [SOLO/SMALL/LARGE] - CI/CD: [YES/NO] Compare and set up: 1. venv (built-in) 2. virtualenv 3. conda/miniconda 4. pyenv + pyenv-virtualenv 5. Poetry 6. Pipenv 7. PDM For chosen tool(s), provide: - Installation instructions - Creating environments - Activating/deactivating - Managing dependencies - Locking dependencies - Exporting requirements - IDE integration (VS Code/PyCharm) - CI/CD configuration - Team workflow guidelines
Or press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[VERSIONS NEEDED]