Skip to content

Commit 578b9ae

Browse files
🐛 Use correct python name
1 parent 8e78774 commit 578b9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# t1, t2 and t3 are examples of tasks created by instantiating operators
5252
t1 = BashOperator(
5353
task_id="print_python_version",
54-
bash_command="python --version",
54+
bash_command="python3 --version",
5555
)
5656

5757
t2 = BashOperator(

0 commit comments

Comments
 (0)