virtualenv: add --prompt option (#2356)

This commit is contained in:
zlbabe
2018-09-29 06:14:42 +00:00
committed by Owen Voke
parent 98f409a596
commit 9b647a7c0f

View File

@@ -6,6 +6,10 @@
`virtualenv {{path/to/venv}}`
- Customize the prompt prefix:
`virtualenv --prompt={{prompt_prefix}} {{path/to/venv}}`
- Start (select) the environment:
`source {{path/to/venv}}/bin/activate`