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 dlintott
Recipients dlintott, docs@python
Date 2014-08-07.09:55:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407405345.3.0.0508147883934.issue22162@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation for venv (https://docs.python.org/3.5/library/venv.html) it gives examples for activating the venv under bash/zsh.

For a long time under both Debian and Ubuntu the default shell has been Dash (https://wiki.ubuntu.com/DashAsBinSh)

Dash doesn't undertsand the command 'source' so instead the venv must be activated using the . command (as is done for Fish, but using the bash activate file instead)
History
Date User Action Args
2014-08-07 09:55:45dlintottsetrecipients: + dlintott, docs@python
2014-08-07 09:55:45dlintottsetmessageid: <1407405345.3.0.0508147883934.issue22162@psf.upfronthosting.co.za>
2014-08-07 09:55:45dlintottlinkissue22162 messages
2014-08-07 09:55:44dlintottcreate