https://github.com/pylipp/virtualenvwrapper
Fork of the virtualenvwrapper utility using the Python venv module
https://github.com/pylipp/virtualenvwrapper
python python3 shell venv virtual-environment virtualenvwrapper
Last synced: about 2 months ago
JSON representation
Fork of the virtualenvwrapper utility using the Python venv module
- Host: GitHub
- URL: https://github.com/pylipp/virtualenvwrapper
- Owner: pylipp
- License: other
- Created: 2019-08-31T11:17:05.000Z (over 5 years ago)
- Default Branch: use-venv-module
- Last Pushed: 2019-08-31T11:52:46.000Z (over 5 years ago)
- Last Synced: 2025-02-03T14:51:53.673Z (4 months ago)
- Topics: python, python3, shell, venv, virtual-environment, virtualenvwrapper
- Language: Shell
- Homepage:
- Size: 2.92 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.es.rst
- License: LICENSE
Awesome Lists containing this project
README
.. -*- mode: rst -*-
#################
virtualenvwrapper
#################virtualenvwrapper es un conjunto de extensiones de la herramienta de Ian
Bicking `virtualenv `_. Las extensiones
incluyen funciones para la creación y eliminación de entornos virtuales y por otro
lado administración de tu rutina de desarrollo, haciendo fácil trabajar en más
de un proyecto al mismo tiempo sin introducir conflictos entre sus dependencias.===============
Características
===============1. Organiza todos tus entornos virtuales en un sólo lugar.
2. Funciones para administrar tus entornos virtuales (crear, eliminar, copiar).
3. Usa un sólo comando para cambiar entre los entornos.
4. Completa con Tab los comandos que toman un entorno virtual como argumento.
5. Ganchos configurables para todas las operaciones.
6. Sistema de plugins para la creación de extensiones compartibles.
Rich Leland ha grabado un pequeño `screencast
`__
mostrando las características de virtualenvwrapper.===========
Instalación
===========Ve a la `documentación del proyecto `__
para las instrucciones de instalación y configuración.Actualizar desde 1.x
====================El script de shell que contiene las funciones ha sido renombrado en la serie
2.x para reflejar el hecho de que otros shells, además de bash, son soportados. En
tu archivo de inicio del shell, cambia ``source
/usr/local/bin/virtualenvwrapper_bashrc`` por ``source
/usr/local/bin/virtualenvwrapper.sh``.==============
Contribuciones
==============Antes de contribuir con nuevas características al *core* de virtualenvwrapper,
por favor considera, en vez, si no debe ser implementada como una extensión.Ve a la `documentación para desarrolladores
`__
por trucos sobre parches.========
Licencia
========Copyright Doug Hellmann, All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Doug Hellmann not be used
in advertising or publicity pertaining to distribution of the software
without specific, written prior permission.DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE... _BitBucket: http://bitbucket.org/dhellmann/virtualenvwrapper/overview/