We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c5212 commit a30f000Copy full SHA for a30f000
jobrunner/cli/_jobrunner.py
@@ -22,7 +22,7 @@ def jobrunner(ctx, version):
22
"""
23
if ctx.invoked_subcommand is None and not version:
24
subprocess.run(
25
- "export PATH=~/.local/bin:/usr/local/bin:$PATH && jobrunner --help",
+ "jobrunner --help",
26
shell=True,
27
check=True,
28
)
0 commit comments