tomerfiliba / plumbum

Plumbum: Shell Combinators
https://plumbum.readthedocs.io
MIT License
2.8k stars 182 forks source link

Is it possible to execute multiple commands in single Bash-session? #503

Open gtors opened 4 years ago

gtors commented 4 years ago

For example:

> pipenv shell
virtualenv> python first_script.py
virtualenv> python second_script.py