A tool to create virtual environments using an embedded Python interpreter.
Project description
portableenv
portableenv
is a Python CLI tool that allows you to create virtual environments using an embedded Python interpreter. This makes it easy to manage isolated Python environments without relying on the system-wide Python installation.
Features
- Seamless Virtual Environment Creation: Creates virtual environments using the embedded Python interpreter, ensuring portability and isolation from system-wide installations.
- Simple CLI Interface: Provides a command-line interface similar to
virtualenv
for ease of use.
Installation
Install portableenv
via pip:
pip install portableenv
Usage
Create a Virtual Environment
To create a virtual environment using the embedded Python interpreter, use the following command:
portableenv myenv
This will create a virtual environment named myenv
using the embedded Python, currently Python 3.10.9.
Specifying a Different Python Version (Future Feature)
In future releases, you will be able to specify different Python versions:
portableenv myenv --python 3.9
Requirements
- Python 3.8 or higher
virtualenv
library (automatically installed with this package)- Internet connection for the initial download of the embedded Python interpreter
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Please fork this repository and submit a pull request with your changes.
Author
Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for portableenv-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5233a0e5377d51b13689bd94357dca08dfdfc43537a4e481541d7a8df8244ade |
|
MD5 | 9cd555252630787ecdb36da9c2257e29 |
|
BLAKE2b-256 | f8785830c61e8c6c8d6224a79e82fd3e70788c7551e49e0746c4818716a079fb |