bugGNU Screen - Bugs: bug #55505, Loading new session with...

 
 

bug #55505: Loading new session with virtualenv activated

Submitter:  None
Submitted:  Fri 18 Jan 2019 09:23:55 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  * 5 - Normal Status:  Invalid
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  None
Fixed Release:  None Planned Release:  None
Work Required:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 11 Feb 2019 08:54:30 PM UTC, comment #2: 

Yep, not a bug, screen inherits env from parent terminal.

Amadeusz Sławiński <amade>
Group administrator
Sat 09 Feb 2019 09:03:41 AM UTC, comment #1: 

This is indeed not a bug, screen inherit environment variable from its parent process.

Nicolas Schodet <schodet>
Fri 18 Jan 2019 09:23:55 AM UTC, original submission:  

Hi,
I've been using screen with virtualenvs for the first time today and I noticed something. It's not a bug, but I don't know if it's wanted or not so I'd rather submit an issue.

When a virtualenv has been activated and one starts a new screen session, virtualenv keeps activated. Here is an example :

```
toto@machine : which python3
/usr/bin/python3
toto@machine : source venv/bin/activate
(venv)toto@machine : which python3
$HOME/venv/bin/python3
(venv)toto@machine : screen -S
toto@machine: which python3
$HOME/venv/bin/python3
```

Again, it's not really a bug but better knowing it.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by amade (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-02-11 amade StatusNone Invalid
        Open/ClosedOpen Closed
    2019-02-09 schodet Carbon-CopyRemoved 62645 -

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code