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 Anthony Sottile
Recipients Anthony Sottile, batisteo
Date 2018-11-27.17:55:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543341311.41.0.788709270274.issue35328@psf.upfronthosting.co.za>
In-reply-to
Content
The current prompt works fine for me on zsh -- what's the bug here?

zsh $ virtualenv venv --prompt '(wat)'
Using real prefix '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7'
New python executable in /private/tmp/venv/bin/python3.7
Also creating executable in /private/tmp/venv/bin/python
Installing setuptools, pip, wheel...done.
zsh $ . venv/bin/activate
(wat)zsh $
History
Date User Action Args
2018-11-27 17:55:11Anthony Sottilesetrecipients: + Anthony Sottile, batisteo
2018-11-27 17:55:11Anthony Sottilesetmessageid: <1543341311.41.0.788709270274.issue35328@psf.upfronthosting.co.za>
2018-11-27 17:55:11Anthony Sottilelinkissue35328 messages
2018-11-27 17:55:11Anthony Sottilecreate