You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Ubuntu has the following lines in their default
.bashrc
: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.The text was updated successfully, but these errors were encountered: