Difference between revisions of "/usr/bin/env (command)"

From wikieduonline
Jump to navigation Jump to search
Line 24: Line 24:
 
* <code>[[.env]]</code>
 
* <code>[[.env]]</code>
 
* <code>[[export]]</code>
 
* <code>[[export]]</code>
* [[direnv]]
+
* <code>[[direnv]]</code>
 
* <code>[[fastlane env]]</code>
 
* <code>[[fastlane env]]</code>
 
* [[Azure DevOps]]: <code>[[AWSShellScript@1]]</code>
 
* [[Azure DevOps]]: <code>[[AWSShellScript@1]]</code>
 
* <code>[[env_file]]</code>
 
* <code>[[env_file]]</code>
 +
* <code>[[kubectl set env]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 12:24, 21 July 2022

env command is included in the coreutils package.


#!/usr/bin/env bash

#!/usr/bin/env ansible-playbook

#!/usr/bin/env python3

#!/usr/bin/env python

env python
env: ‘python’: No such file or directory
env python3
Python 3.8.10 (default, Jun  2 2021, 10:49:15)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> quit


Related terms

See also

Advertising: