You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Daniel Huang (JIRA)" <ji...@apache.org> on 2017/03/07 02:38:32 UTC

[jira] [Created] (AIRFLOW-946) Virtualenv not explicitly used by webserver/worker subprocess

Daniel Huang created AIRFLOW-946:
------------------------------------

             Summary: Virtualenv not explicitly used by webserver/worker subprocess
                 Key: AIRFLOW-946
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-946
             Project: Apache Airflow
          Issue Type: Bug
          Components: cli
            Reporter: Daniel Huang
            Assignee: Daniel Huang
            Priority: Minor


I have airflow installed in a virtualenv. I'd expect calling {{/path/to/venv/bin/airflow webserver}} or {{/path/to/venv/bin/airflow worker}} *without activating my virtualenv* to work. However, they both fail to run properly because they spawn a process that is called without specifying the virtualenv.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)