[issue22162] Actiavting a venv - Dash doesn't understand source
New submission from Daniel Lintott: 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) -- assignee: docs@python components: Documentation messages: 225001 nosy: dlintott, docs@python priority: normal severity: normal status: open title: Actiavting a venv - Dash doesn't understand source type: enhancement ___ Python tracker <http://bugs.python.org/issue22162> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue22162] Actiavting a venv - Dash doesn't understand source
Changes by Daniel Lintott : -- nosy: +eric.araujo, ezio.melotti, georg.brandl ___ Python tracker <http://bugs.python.org/issue22162> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue22162] Activating a venv - Dash doesn't understand source
Changes by Daniel Lintott : -- title: Actiavting a venv - Dash doesn't understand source -> Activating a venv - Dash doesn't understand source ___ Python tracker <http://bugs.python.org/issue22162> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue22162] Activating a venv - Dash doesn't understand source
Daniel Lintott added the comment: Hmm... just double checked this and this time has worked with the source command (previously was telling me it couldn't be found). Have double checked and indeed the default login shell is bash So feel free to close this issue -- ___ Python tracker <http://bugs.python.org/issue22162> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com