[issue32718] Install PowerShell activation scripts for venv for all platforms

2018-09-21 Thread Brett Cannon


Change by Brett Cannon :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32718] Install PowerShell activation scripts for venv for all platforms

2018-09-21 Thread miss-islington


miss-islington  added the comment:


New changeset d64ee1a5ba2007ae5fe085dd3495013d940a51bb by Miss Islington (bot) 
(Brett Cannon) in branch 'master':
bpo-32718: Make Activate.ps1 for venv cross-platform and available on all 
platforms (GH-9321)
https://github.com/python/cpython/commit/d64ee1a5ba2007ae5fe085dd3495013d940a51bb


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32718] Install PowerShell activation scripts for venv for all platforms

2018-09-14 Thread Brett Cannon


Change by Brett Cannon :


--
keywords: +patch
pull_requests: +8746
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32718] Install PowerShell activation scripts for venv for all platforms

2018-06-15 Thread Brett Cannon


Brett Cannon  added the comment:

The prompt issues I was having are fixed in PowerShell 6.1.0-preview3, so as 
soon at 6.1.0 reaches final I will start working on this again.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32718] Install PowerShell activation scripts for venv for all platforms

2018-06-08 Thread Brett Cannon


Brett Cannon  added the comment:

Looks like there is some PowerShell Core compatibility issues to work through 
first. Primarily the prompt seems the venv prompt additions show up twice but 
then disappear if you arrow up. There is also an issue of path separators 
needing to be updated appropriately according to the OS.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32718] Install PowerShell activation scripts for venv for all platforms

2018-04-27 Thread Brett Cannon

Change by Brett Cannon :


--
assignee:  -> brett.cannon

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32718] Install PowerShell activation scripts for venv for all platforms

2018-01-29 Thread Brett Cannon

New submission from Brett Cannon :

Thanks to https://github.com/PowerShell/PowerShell, PowerShell Core is 
cross-platform. That suggests that the Activate.ps1 file for venv should be 
moved to the common/ directory instead of existing only in the nt/ directory.

--
components: Library (Lib)
messages: 311206
nosy: brett.cannon, vinay.sajip
priority: low
severity: normal
status: open
title: Install PowerShell activation scripts for venv for all platforms
type: enhancement
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com