]> granicus.if.org Git - python/commit
Issue #15417: Add support for csh and fish in venv activation scripts.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 4 Oct 2012 18:48:58 +0000 (21:48 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 4 Oct 2012 18:48:58 +0000 (21:48 +0300)
commit65e9c57369af9acb3909057545168f72b7dd5ba5
tree356a4e1d2366a9269c54affeb6e372f575b685d5
parent997adb58191b63d9f12626a1e04770f496a0d9f3
Issue #15417: Add support for csh and fish in venv activation scripts.
Doc/using/venv-create.inc
Lib/venv/scripts/posix/activate.csh [new file with mode: 0644]
Lib/venv/scripts/posix/activate.fish [new file with mode: 0644]