Scripts section in Pipfile
See original GitHub issueIs there any way to have a scripts section where I can put, for example:
[scripts]
start = python main.py
And then, in my terminal, I can reproduce this through the command pipenv run start
.
Any thoughts on that?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:40
- Comments:28 (16 by maintainers)
Top Results From Across the Web
Executing pipfile scripts - pipenv - Stack Overflow
After running $ pipenv install , how can I call the tests script? I've tried the following without success: $ tests. $ pipenv...
Read more >Advanced Usage of Pipenv - Read the Docs
Pipenv supports creating custom shortcuts in the (optional) [scripts] section of your Pipfile. You can then run pipenv run <shortcut name> in your...
Read more >I love pipenv's custom script shortcuts - DEV Community
... shortcuts in the scripts section. pipenv run will automatically load it and find the correct command to replace with. Given the Pipfile:....
Read more >Manage dependencies using Pipfile - IntelliJ IDEA - JetBrains
The packages section is the place where you can list the packages required for your project. Note that IntelliJ IDEA suggests that you...
Read more >Pipenv Scripts - Visual Studio Marketplace
Automatic detection and parsing of Pipfile in the workspace; Registration of all scripts listed under the [scripts] section in Pipfile ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI “npm does it” is not a good reason to do anything.
For the record, it is also (briefly) documented in the docs. https://docs.pipenv.org/advanced/#custom-script-shortcuts