You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by pa...@apache.org on 2024/04/23 08:24:20 UTC

(airflow) branch pankajkoti-patch-1 created (now a000df1637)

This is an automated email from the ASF dual-hosted git repository.

pankajkoti pushed a change to branch pankajkoti-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow.git


      at a000df1637 Correct `hatch env show` command guide in airflow/INSTALL

This branch includes the following new commits:

     new a000df1637 Correct `hatch env show` command guide in airflow/INSTALL

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(airflow) 01/01: Correct `hatch env show` command guide in airflow/INSTALL

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pankajkoti pushed a commit to branch pankajkoti-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit a000df163776b80bb41604c8293d1e5e047ed9c7
Author: Pankaj Koti <pa...@gmail.com>
AuthorDate: Tue Apr 23 13:54:12 2024 +0530

    Correct `hatch env show` command guide in airflow/INSTALL
---
 INSTALL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index d237a79d04..975232bad7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -137,7 +137,7 @@ or install all Python versions that are used in Airflow:
 Airflow has some pre-defined virtualenvs that you can use to develop and test airflow.
 You can see the list of available envs with:
 
-    hatch show env
+    hatch env show
 
 This is what it shows currently:
 
@@ -154,7 +154,7 @@ This is what it shows currently:
 ├─────────────┼─────────┼───────────────────────────────────────────────────────────────┤
 │ airflow-311 │ virtual │ Environment with Python 3.11. No devel installed              │
 ├─────────────┼─────────┼───────────────────────────────────────────────────────────────┤
-│ airflow-312 │ virtual │ Environment with Python 3.11. No devel installed              │
+│ airflow-312 │ virtual │ Environment with Python 3.12. No devel installed              │
 └─────────────┴─────────┴───────────────────────────────────────────────────────────────┘
 
 The default env (if you have not used one explicitly) is `default` and it is a Python 3.8