Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start script stuck at pipenv shell #38

Open
DannyDannyDanny opened this issue Apr 26, 2019 · 0 comments
Open

Start script stuck at pipenv shell #38

DannyDannyDanny opened this issue Apr 26, 2019 · 0 comments

Comments

@DannyDannyDanny
Copy link

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
  • The script gets stuck after pipenv shell, which spawns a shell and places the terminal "inside that shell".
  • git status doesn't run until I leave the shell using exit
  • This means I can never prm stop as intended

Demonstration

Here I use:

  • prm start - note cd executes and we are placed inside pipenv shell. Can be seen from (AIMAS) on left hand side
  • prm stop - prm says no active project because prm start hasn't finished executing
  • exit - I use exit to leave the shell the git status executes

b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant