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 loewis
Recipients loewis, pitrou, vinay.sajip
Date 2012-07-07.16:04:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341677062.05.0.439351214287.issue15283@psf.upfronthosting.co.za>
In-reply-to
Content
It should produce any output. Command line utilities typically don't provide a success report. Would you want "mkdir env" to say "created env directory; you can now cd into it", or "cat /etc/passwd" append "successfully displayed text file"???

There are exceptions, of course, such as make(1). They may be reasonable in cases where the user might not be certain what constitutes a successful operation. In this case, it's fairly clear what you wanted to happen. In case you don't know in detail what is in the venv, you can look for yourself.

Whether "source activate" is good advise or not, I'm not so sure - I'd typically run  env/bin/python instead.
History
Date User Action Args
2012-07-07 16:04:22loewissetrecipients: + loewis, vinay.sajip, pitrou
2012-07-07 16:04:22loewissetmessageid: <1341677062.05.0.439351214287.issue15283@psf.upfronthosting.co.za>
2012-07-07 16:04:21loewislinkissue15283 messages
2012-07-07 16:04:21loewiscreate