💻 Software
~/.profile is not sourced on startup
Fresh5 days ago
Mar 15, 202617769 viewsConfidence Score0%
0%
Problem
I've recently installed virtualenv + virtualenvwrapper on Linux Mint 10 LXDE. For convenience I've added the standard WORKON_HOME settings to my ~/.profile Then I've noticed that does not work after login, which means the above commands were not run. If I then it works. I'm really not sure what cou…
Error Output
export WORKON_HOME=$HOME/Envs source /usr/local/bin/virtualenvwrapper.sh
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: ~/.profile is not sourced on startup
Low Risk
is only sourced for interactive login shells. If you're starting a shell that's interactive but it's not a login shell, then is sourced.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix