mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
virtualenv: add python version example (#2851)
This commit is contained in:
parent
ad348f3ee1
commit
209ceee876
@ -11,6 +11,10 @@
|
||||
|
||||
`virtualenv --prompt={{prompt_prefix}} {{path/to/venv}}`
|
||||
|
||||
- Use a different version of Python with virtualenv:
|
||||
|
||||
`virtualenv --python={{path/to/pythonbin}} {{path/to/venv}}`
|
||||
|
||||
- Start (select) the environment:
|
||||
|
||||
`source {{path/to/venv}}/bin/activate`
|
||||
|
Loading…
Reference in New Issue
Block a user