Skip to content

Commit 65ee12c

Browse files
Merge pull request #11 from include-dcc/hotfix/cf/get-python-version
🐛 Use correct python name
2 parents 645ef46 + 578b9ae commit 65ee12c

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)