Skip to content

Commit 8bd1179

Browse files
committed
docs(sleep): Add virtualenv example
1 parent 05918f8 commit 8bd1179

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/sleep-virtualenv.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
session_name: poetry startup
2+
shell_command_before:
3+
# - cmd: source $(poetry env info --path)/bin/activate
4+
# - cmd: source `pipenv --venv`/bin/activate
5+
- cmd: source .venv/bin/activate
6+
sleep_before: 1
7+
sleep_after: 1
8+
windows:
9+
- panes:
10+
- shell_command:
11+
- ./manage.py runserver

0 commit comments

Comments
 (0)