This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 32fbde1f63 Correct `hatch env show` command guide in airflow/INSTALL
(#39194)
32fbde1f63 is described below
commit 32fbde1f63e9940dd77885b26a51ce274d01b36c
Author: Pankaj Koti <[email protected]>
AuthorDate: Tue Apr 23 14:22:08 2024 +0530
Correct `hatch env show` command guide in airflow/INSTALL (#39194)
---
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