Problem : After i create a screen :
SCREENDIR=/home/scigirl/.screendir screen -S screenName
I want to execute the command below automatically :
source private/ProjetoMestrado/virtualenv-15.0.3/myVE/bin/activate
-- Is this possible? If so , how? Editing bashrc wont affect the screen on creation event, so.. Any way to do it?
Reference