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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to