問題タブ [pipenv]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
4 に答える
11153 参照

pipenv - pipfile スクリプトの実行

Pipfile で定義されたスクリプトを実行するにはどうすればよいですか?

hereの構文に従って、pipfile のスクリプト セクションを次のように定義しました。

を実行した後、スクリプト$ pipenv installを呼び出すにはどうすればよいですか?tests

私は成功せずに次のことを試しました:

$ tests

$ pipenv tests

$ pipenv run tests

$ pipenv shell (virtual env) $ tests