3👍
✅
Common problem is that .bashrc file is never executed. Type env
and check if ENV variable is there.
10👍
There is one more case when fabric ignores .bashrc.
Often .bashrc contains following line:
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
Comment it out.
- [Django]-Django invite code app recommendation?
- [Django]-How to check if, elif, else conditions at the same time in django template
- [Django]-Converting only one entry of django model object to json
- [Django]-Django flush query caches
- [Django]-How to Show and hide form fields based on a selection from a dropdown menu in Django
Source:stackexchange.com