virtualenv: add --prompt option (#2356)
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
`virtualenv {{path/to/venv}}`
|
`virtualenv {{path/to/venv}}`
|
||||||
|
|
||||||
|
- Customize the prompt prefix:
|
||||||
|
|
||||||
|
`virtualenv --prompt={{prompt_prefix}} {{path/to/venv}}`
|
||||||
|
|
||||||
- Start (select) the environment:
|
- Start (select) the environment:
|
||||||
|
|
||||||
`source {{path/to/venv}}/bin/activate`
|
`source {{path/to/venv}}/bin/activate`
|
||||||
|
Reference in New Issue
Block a user