mirror of https://github.com/CrimsonTome/tldr.git
commit
bb17b882fe
|
@ -0,0 +1,16 @@
|
|||
# virtualenv
|
||||
|
||||
> Create virtual isolated Python environments
|
||||
|
||||
- Create a new environment
|
||||
|
||||
`virtualenv {{path/to/venv}}`
|
||||
|
||||
- Start (select) the environment
|
||||
|
||||
`source {{path/to/venv}}/bin/activate`
|
||||
|
||||
- Stop the environment
|
||||
|
||||
`deactivate`
|
||||
|
Loading…
Reference in New Issue