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 brett.cannon
Recipients brett.cannon, vinay.sajip
Date 2019-11-23.22:28:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574548114.45.0.822354865234.issue38901@roundup.psfhosted.org>
In-reply-to
Content
I did a Twitter poll to see if there was consistent naming of the directory people created a virtual environment into when done locally to code (the answer is no). But a common theme was people not liking that the prompt defaults to the name of the directory that the virtual environment is in and seem to prefer for it to be `os.path.basename(os.getcwd())`.

Maybe it makes sense to add a `--basename-prompt` flag to set the prompt to the current working directory's basename?
History
Date User Action Args
2019-11-23 22:28:34brett.cannonsetrecipients: + brett.cannon, vinay.sajip
2019-11-23 22:28:34brett.cannonsetmessageid: <1574548114.45.0.822354865234.issue38901@roundup.psfhosted.org>
2019-11-23 22:28:34brett.cannonlinkissue38901 messages
2019-11-23 22:28:34brett.cannoncreate