I want to make shell which does a few things in a row like.
pipenv shell
export PYTHONPATH="/MyFunction/:$PYTHONPATH"
python manage.py runserver 8001
However pipenv shell once works, export and python manage.py doesn't work on pipenv shell
Is there any good way to set one-stop script?