If a .env file is present in your project, $ pipenv shell and $ pipenv run will automatically load it, for you: $ cat .env HELLO=WORLD⏎ $ pipenv run python ...
確定! 回上一頁