Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 770 Bytes

File metadata and controls

24 lines (17 loc) · 770 Bytes

dephell venv shell

Activates virtual environment of current project and environment for current shell. If virtual environment doesn't exist DepHell will create it.

Supported shells:

$ dephell venv shell --env=docs

This command build environment variables in the same way as dephell venv run.

See also

  1. dephell venv run to run single command in a virtual environment.