virtualenvwrapper-powershell 2.7.1
Enhancements to virtualenv (for Windows)
Latest Version: 12.1.1a
A port of Doug Hellmann's virtualenvwrapper for Powershell.
Features
- Organizes all of your virtual environments in one place.
- Wrappers for creating, copying and deleting environments, including user-configurable hooks.
- Use a single command to switch between environments.
- User-configurable hooks for all operations.
- Plugin system for more creating sharable extensions.
Installation and Setup
Two methods available:
- setup.py install
- pip install virtualenvwrapper-powershell
virtualenvwrapper is installed as a module in ~/Documents/WindowsPowerShell/Modules. To load the module, do import-module virtualenvwrapper.
Alternatively, see the original project documentation for guidance on installation and setup.
Supported Shells
Powershell 2.0
Python Versions
virtualenvwrapper-powershell is tested under Python 2.7.
Support
Report bugs via the bug tracker on BitBucket.
Shell Aliases
Since virtualenvwrapper is largely a shell script, it uses shell commands for a lot of its actions. If your environment makes heavy use of shell aliases or other customizations, you may encounter issues. Before reporting bugs in the bug tracker, please test without your aliases enabled. If you can identify the alias causing the problem, that will help make virtualenvwrapper-powershell more robust.
License
Copyright Guillermo López, 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 Guillermo López not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
GUILLERMO LÓPEZ DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL GUILLERMO LÓPEZ 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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| virtualenvwrapper-powershell-2.7.1.zip (md5) | Source | 2011-05-29 | 140KB | 366 | |
- Author: Guillermo López
- Home Page: https://bitbucket.org/guillermooo/virtualenvwrapper-powershell/overview
- Platform: Any
- Provides virtualenvwrapper, virtualenvwrapper.user_scripts
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.4
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Package Index Owner: openid.claimid.com
- DOAP record: virtualenvwrapper-powershell-2.7.1.xml
