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 a9cf38a commit 732bc16Copy full SHA for 732bc16
tools/env/build_requirements_linux.sh
@@ -1,3 +1,5 @@
1
+#!/bin/sh
2
+
3
#
4
# Licensed to the Apache Software Foundation (ASF) under one or more
5
# contributor license agreements. See the NOTICE file distributed with
@@ -15,8 +17,6 @@
15
17
# limitations under the License.
16
18
19
-#!/bin/sh
-
20
root_dir=$(dirname "$0")/../../
21
22
echo "Building requirements.txt"
tools/env/setup_linux.sh
echo "Creating virtual environment"
0 commit comments