Skip to content

Use system's Python interpreter instead of one, obtained from env #293

Description

@OlehAhieienko

Issue: Python dependencies are installed using package manager (-> globally) yet scripts in repository are obtaining path to interpreter from env, which, likely, will point to user's virtual environment, hence, missing dependencies.

Fix: use absolute path to system's Python interpreter in shebang (#!/usr/bin/python3).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions