https://github.com/outbit/tempyenv
The easiest and quickest way to create a temp/tmp/temporary or throw away python virtual environment
https://github.com/outbit/tempyenv
python temp temporary venv virtualenv
Last synced: about 2 months ago
JSON representation
The easiest and quickest way to create a temp/tmp/temporary or throw away python virtual environment
- Host: GitHub
- URL: https://github.com/outbit/tempyenv
- Owner: outbit
- License: mit
- Created: 2024-04-07T13:41:07.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-04-10T23:40:30.000Z (about 1 year ago)
- Last Synced: 2025-04-14T11:19:13.378Z (about 2 months ago)
- Topics: python, temp, temporary, venv, virtualenv
- Language: Python
- Homepage: https://pypi.org/project/tempyenv/
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tempyenv
=====================Description
===========The easiest and quickest way to create a temp/tmp/temporary python virtual environment.
tempyenv sets up a python environment in a temporary path. Quick way to create a throw away python environment.
[](http://travis-ci.org/outbit/tempyenv)
[](https://pypi.python.org/pypi/tempyenv)
[](https://coveralls.io/github/outbit/tempyenv?branch=develop)
[](https://matrix.to/#/#tempyenv:gitter.im)Installation
===========```shell
$ python -m pip install tempyenv
```Usage
===========```bash
$ tmpyenv
```or
```bash
$ tempyenv
(tempyenv) is setting up your virtual environment...hold tight
Virtual environment created at /var/folders/4b/dnp21z017cg_rbgfdtzclqlm0000gn/T/tmpacwjkg5z/venv
Virtual environment loading from /var/folders/4b/dnp21z017cg_rbgfdtzclqlm0000gn/T/tmpacwjkg5z/venv
(tempyenv)(venv) $ echo "now you can pip install in your virtual environment"
```To specify a specific version of python
```bash
$ tempyenv -p python3.10
```or
```bash
$ python3.10 -m tempyenv
```License
=======tempyenv is released under the [MIT License](LICENSE.md).
Author
======David Whiteside ()