[issue45442] Update `Virtual Environment` tutorial

2021-10-16 Thread Shivnaren Srinivasan


Change by Shivnaren Srinivasan :


--
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



[issue45442] Update `Virtual Environment` tutorial

2021-10-15 Thread miss-islington


miss-islington  added the comment:


New changeset 11b2ae7f5bc0e7ebbfe944bb746a0b3dfcd7ff43 by srinivasan in branch 
'main':
bpo-45442: Add deactivate step to venv tutorial. (GH-28981)
https://github.com/python/cpython/commit/11b2ae7f5bc0e7ebbfe944bb746a0b3dfcd7ff43


--
nosy: +miss-islington

___
Python tracker 

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



[issue45442] Update `Virtual Environment` tutorial

2021-10-15 Thread Shivnaren Srinivasan


Change by Shivnaren Srinivasan :


--
pull_requests: +27268
pull_request: https://github.com/python/cpython/pull/28981

___
Python tracker 

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



[issue45442] Update `Virtual Environment` tutorial

2021-10-14 Thread Roundup Robot


Change by Roundup Robot :


--
keywords: +patch
nosy: +python-dev
nosy_count: 2.0 -> 3.0
pull_requests: +27248
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/28959

___
Python tracker 

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



[issue45442] Update `Virtual Environment` tutorial

2021-10-12 Thread Shivnaren Srinivasan


Shivnaren Srinivasan  added the comment:

In the same vein, the specified script for windows is the old .bat file, though 
PowerShell is now the preferred shell (and for which a .ps1 script is generated 
in the venv directory).

We could make the .ps1 the default, and specify the .bat as an alternative?

--
type: enhancement -> 

___
Python tracker 

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



[issue45442] Update `Virtual Environment` tutorial

2021-10-12 Thread Shivnaren Srinivasan

New submission from Shivnaren Srinivasan :

Priority: Low

The Virtual Environment tutorial page 
(https://docs.python.org/3/tutorial/venv.html) doesn't specify how we can 
revert, or deactivate the `venv`.

This is quite a popular question on SO:
https://stackoverflow.com/questions/990754/how-to-leave-exit-deactivate-a-python-virtualenv

``deactivate`` worked for meā€”this could be added to the docs?

Happy to submit a PR.

--
assignee: docs@python
components: Documentation
messages: 403722
nosy: docs@python, shivnaren
priority: normal
severity: normal
status: open
title: Update `Virtual Environment` tutorial
type: enhancement
versions: Python 3.10, Python 3.11, Python 3.6, Python 3.7, Python 3.8, Python 
3.9

___
Python tracker 

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