EivindArvesen / prm

A minimal project manager for the terminal.
BSD 3-Clause "New" or "Revised" License
443 stars 18 forks source link

Start script stuck at `pipenv shell` #38

Open DannyDannyDanny opened 5 years ago

DannyDannyDanny commented 5 years ago

My setup

I use pipenv for python environment management and the following start script:

cd path/to/project
pipenv shell
git status

Stop script

exit

Demonstration

Here I use:

b