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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file custom_virtualenv-3.0.0-py3-none-any.whl.
File metadata
- Download URL: custom_virtualenv-3.0.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
404968a59f4de50c6ed423b477ee2588cf2c8143e2235084d5d96ddf3ef410ec
|
|
| MD5 |
bc086ffbc99eee2fccd0575c41d00bf9
|
|
| BLAKE2b-256 |
df7cdb8cd6cbb9570f80211d8265d790217e48c247c3685b97281b579a5355dc
|