3 lines
88 B
Bash
3 lines
88 B
Bash
#!/usr/bin/env bash
|
|
$(PIPENV_PIPFILE=./backend/Pipfile pipenv --venv)/bin/python run.py
|
#!/usr/bin/env bash
|
|
$(PIPENV_PIPFILE=./backend/Pipfile pipenv --venv)/bin/python run.py
|