Revert "ATLAS-4184: updated build/python scripts to replace references to python with python3"

incorrect JIRA number in commit message

This reverts commit 0f331aa630.
This commit is contained in:
Madhan Neethiraj 2023-11-22 09:08:34 -08:00
parent 0f331aa630
commit 483ba3ea23
18 changed files with 18 additions and 18 deletions

View File

@ -23,7 +23,7 @@ ARG ATLAS_BASE_JAVA_VERSION
# Install tzdata, Python, Java
RUN apt-get update && \
DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata \
python3 python3-pip openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk bc iputils-ping ssh pdsh
python python3 python3-pip openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk bc iputils-ping ssh pdsh
# Set environment variables
ENV JAVA_HOME /usr/lib/jvm/java-${ATLAS_BASE_JAVA_VERSION}-openjdk-${TARGETARCH}

View File

@ -572,7 +572,7 @@ atlas.graph.storage.conf-file=${sys:atlas.home}/conf/cassandra.yml
<execution>
<configuration>
<skip>${skipTests}</skip>
<executable>python3</executable>
<executable>python</executable>
<workingDirectory>src/test/python</workingDirectory>
<arguments>
<argument>unitTests.py</argument>

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python3
#! /usr/bin/env python
# Copyright (C) 2007-2012 Michael Foord & the mock team
# E-mail: fuzzyman AT voidspace DOT org DOT uk

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
'''
Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
"""
Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more