potiuk commented on code in PR #22971: URL: https://github.com/apache/airflow/pull/22971#discussion_r850293235
########## scripts/tools/initialize_virtualenv.py: ########## @@ -0,0 +1,136 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment: We should add shebang here (see other scripts): ``` #!/usr/bin/env python3 ``` And make the script executable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
