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 pitrou
Recipients loewis, pitrou, vinay.sajip
Date 2012-07-07.16:08:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341677309.58.0.529604166121.issue15283@psf.upfronthosting.co.za>
In-reply-to
Content
> Command line utilities typically don't provide a success report.

It depends which ones. Even Mercurial doesn't always abide by that rule (e.g. "hg clone" will tell you that it updates to the default branch).

> Whether "source activate" is good advise or not, I'm not so sure - I'd 
> typically run  env/bin/python instead.

That's good if you only want to use the interpreter directly, but not if you want to call any scripts.

Also, the reason I think "source activate" is good advice is that it's easy to type instead "./bin/activate" which silently succeeds (but is actually a no-op, from the caller's point of view).
History
Date User Action Args
2012-07-07 16:08:29pitrousetrecipients: + pitrou, loewis, vinay.sajip
2012-07-07 16:08:29pitrousetmessageid: <1341677309.58.0.529604166121.issue15283@psf.upfronthosting.co.za>
2012-07-07 16:08:29pitroulinkissue15283 messages
2012-07-07 16:08:28pitroucreate