You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/25 16:14:45 UTC

[GitHub] [airflow] potiuk opened a new issue #21105: Breeze: Setting up local virtualenv

potiuk opened a new issue #21105:
URL: https://github.com/apache/airflow/issues/21105


   There shoudl be a comand that allows to set-up local virtualenv easly.
   
   This involves:
   
   * checking is airlfow is installed in "${HOME}/airflow" and warning and suggesting to move elsewhere if so (this is very bad because ${HOME}/airflow is by default where airflow stores all files (logs/config etc).
   
   * cleaning the "${HOME}/airflow" and regenerating all necessary folders and files
   
   * checking if vitualenv is activated - if not writing helpful message
   
   * checking if additional dependencies are installed, and based on the OS, suggest what shoudl be installed (note we  do not have Windows support here).
   
   * installing aiflow with the right extra ([devel-all] I think )
   
   * initializing the sqlite databases of airflow - both "normal" and "unit test" database


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org