This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, carljm, vinay.sajip
Date 2012-07-23.16:20:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343060452.42.0.570218442662.issue15417@psf.upfronthosting.co.za>
In-reply-to
Content
1. I agree with you about exclusion from 3.3.

2. Hmm. Good question. For now virtualenv has support for cmd.exe, csh, fish, bash/zsh and PowerShell.
I propose to add csh and fish to venv too. 
If later somebody will push request for adding yet another shell support we can consider it. Personally I doubt if we will see many requests for that.

3. Which standard way to append new activation script in third-party tool? I see th only way: inherit from `venv.EnvBuilder` and override `setup_scripts` method pointing to new directory with desired activators as `path` parameter for `self.install_scripts(...)`.
Also that third-party tool have to reimplement functionality of `create` and `main` functions with setting up ArgumentParser. Doesn't look like trivial steps if you wish to just add single activation script.
History
Date User Action Args
2012-07-23 16:20:52asvetlovsetrecipients: + asvetlov, vinay.sajip, carljm
2012-07-23 16:20:52asvetlovsetmessageid: <1343060452.42.0.570218442662.issue15417@psf.upfronthosting.co.za>
2012-07-23 16:20:51asvetlovlinkissue15417 messages
2012-07-23 16:20:51asvetlovcreate