[DevOps][开发环境] Linux-#!-usr-bin-env-python

39 阅读1分钟
  1. #! /usr/bin/env python 可以让Python文件直接在Unix/Linux/Mac上运行
  2. env 详解?