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
-
Install the package using pip.
pip install custom-virtualenv
Usage
The tool provides two command-line flags:
-
Interactive Mode (-i or --interactive)
- Use this flag to interactively install packages.
custom-virtualenv --interactive
-
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
Close
Hashes for custom_virtualenv-1.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75a8b7cfd0ef6f57a68f5e226ffe1adc154ad4b245baa364430f45dfecf30641 |
|
MD5 | 966e145e774a380107259681b1efbf70 |
|
BLAKE2b-256 | 071132fda538c33a5644b193ca84736dae35c7d8dcdd041735b00ad883ccee32 |