Skip to main content

Custom Virtual Environment Manager is a utility that allows you to create virtual environments with packages of your choice, based on the Python packages installed globally on your system.

Project description

Custom-Virtualenv

This Python utility helps manage Python virtual environments, list installed packages, and handle package installations based on a requirements file.

Features

  • Create and manage custom Python virtual environments.
  • Install packages interactively or from a requirements file.

Installation

  1. Install the package using pip.

    pip install custom-virtualenv
    

Usage

The tool provides two command-line flags:

  1. Interactive Mode (-i or --interactive)

    • Use this flag to interactively install packages.
    custom-virtualenv --interactive
    
  2. Install python packages from requirements.txt file (-l or --list)

    • Use this flag to install all installed packages from requirements.txt.
    custom-virtualenv --list requirements.txt
    

License

This project is licensed under the MIT License.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

custom_virtualenv-1.1.2-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page