Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Ubuntu issue #202

Open
jan-janssen opened this issue Jul 8, 2023 · 0 comments
Open

[bug] Ubuntu issue #202

jan-janssen opened this issue Jul 8, 2023 · 0 comments

Comments

@jan-janssen
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant