Skip to content

[bug] Ubuntu issue  #202

Open
Open
@jan-janssen

Description

@jan-janssen

Ubuntu has the following lines in their default .bashrc:

# If not running interactively, don't do anything
case $- in
     *i*) ;;
     *) return;;
esac

With this the interactive shell is rather different from the shell that pysqa has access to. Typical errors include linking to the wrong python version and so on. So it is definitely worth checking the users .bashrc to see if pysqa is blocked by it.

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