[issue47093] Documentation Fix: Remove .bat when activating venv on windows

2022-03-22 Thread J Y


New submission from J Y :

https://docs.python.org/3/tutorial/venv.html

For windows, tutorial-env\Scripts\activate.bat doesn't appear to set up venv 
successfully. 

Instead, tutorial-env\Scripts\activate (without .bat) works. This may confuse 
new users if this is not rectified.

--
assignee: docs@python
components: Documentation
messages: 415783
nosy: docs@python, jovinator
priority: normal
severity: normal
status: open
title: Documentation Fix: Remove .bat when activating venv on windows
type: enhancement
versions: Python 3.11

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



[issue47093] Documentation Fix: Remove .bat when activating venv on windows

2022-03-25 Thread J Y


J Y  added the comment:

Do you think it's worth changing it to just activate and adding a footnote 
mentioning the variations as I've been a dev for a few years now and it stumped 
me for a minute as I work in a few different envs. 

Mainly thinking of making setting up venv's as easy as possible for new comers 
with one less roadblock on their journey.

--

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