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
virtualenvfor 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
virtualenvlibrary (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
Release history Release notifications | RSS feed
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
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 portableenv-1.0.1.tar.gz.
File metadata
- Download URL: portableenv-1.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2544571b2a2c4288726fb30d834f19f78a90892e496612561f1a4ecd3c20ab34
|
|
| MD5 |
bd247e0c5a0a84496c4f84fe13b46271
|
|
| BLAKE2b-256 |
83d8625744e5da16fcb3efbd8f3053930e0ffdaa87fade03d752687fe4f72301
|
File details
Details for the file portableenv-1.0.1-py3-none-any.whl.
File metadata
- Download URL: portableenv-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0538a6483bd73b6e03e5bf8a3b3fbc8375a4543712699fe04d82ab5d9c710bd
|
|
| MD5 |
2507e27e9ea66800d5e6e09232a3edaa
|
|
| BLAKE2b-256 |
1f2276d3aad5f02ad4f1ea534ba23cf0939379006922eea9803e5c4bda21bfa7
|