https://github.com/outbit/tempyenv
An easy and quick way to create a temporary Python virtual environment.
https://github.com/outbit/tempyenv
python temp temporary venv virtualenv
Last synced: 3 months ago
JSON representation
An easy and quick way to create a temporary Python virtual environment.
- Host: GitHub
- URL: https://github.com/outbit/tempyenv
- Owner: outbit
- License: mit
- Created: 2024-04-07T13:41:07.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-06-18T04:12:46.000Z (10 months ago)
- Last Synced: 2025-11-28T03:26:28.314Z (5 months ago)
- Topics: python, temp, temporary, venv, virtualenv
- Language: Python
- Homepage: https://pypi.org/project/tempyenv/
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tempyenv
=====================
Description
===========
An easy and quick way to create a temporary Python virtual environment.
tempyenv sets up a python environment in a temporary path.
[](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 ()