Tuesday, July 21, 2020

shebang operator #!

The form of a shebang interpreter directive is as follows:[8]
#!interpreter [optional-arg]


#!/usr/bin/env for python

https://en.wikipedia.org/wiki/Shebang_%28Unix%29

No comments:

Post a Comment

Python Library Categorisation from DS, ML perspective

  Python libraries in Data Science (DS) and Machine Learning (ML) are categorized by their specific role in the end-to-end model pipeline: d...