Bug#795887: gnome-core: Can't login after reboot when python libraries are installed in $HOME/.local/

2015-09-03 Thread Justin Jereza
Please mark this bug as invalid. Turns out it's user error. Since gdm3 doesn't spawn a login shell on login, $BASH and $BASH_SOURCE which virtualenvwrapper requires isn't set. The only place where it should be sourced from is in ~/.bashrc. This solves the problem of logins via gdm3 breaking.

Bug#795887: gnome-core: Can't login after reboot when python libraries are installed in $HOME/.local/

2015-08-26 Thread Justin Jereza
Hello. I have narrowed done this problem and it appears to be caused by virtualenvwrapper.sh being sourced in ~/.profile. My ~/.profile is as follows: > # if running bash > if [ -n "$BASH_VERSION" ]; then > # include .bashrc if it exists > if [ -f "$HOME/.bashrc" ]; then > . "$HOME/.bashr

Bug#795887: gnome-core: Can't login after reboot when python libraries are installed in $HOME/.local/

2015-08-17 Thread Justin Jereza
Package: gnome-core Version: 1:3.14+3 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? 1. Tarballs of setuptools and pip were downloaded from https://pypi.python.org/ and installed using "p