pipenv –python 3.6.9
pipenv install –python=$(which python)
pipenv list
pipenv shell
pipenv –venv
pipenv install flask
pipenv install –dev requests
pipenv run python main.py
[scripts]
start = "text"
test = "text"
list = "text
pyenv local 3.6.9
which python