Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial section 2.1 has *nix example at 3.7, but Windows at 3.6 #74754

Closed
csabella opened this issue Jun 4, 2017 · 4 comments
Closed

Tutorial section 2.1 has *nix example at 3.7, but Windows at 3.6 #74754

csabella opened this issue Jun 4, 2017 · 4 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@csabella
Copy link
Contributor

csabella commented Jun 4, 2017

BPO 30569
Nosy @terryjreedy, @zooba, @csabella, @iritkatriel

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2022-01-13.09:52:44.782>
created_at = <Date 2017-06-04.20:52:33.370>
labels = ['3.8', 'type-feature', '3.7', 'docs']
title = 'Tutorial section 2.1 has *nix example at 3.7, but Windows at 3.6'
updated_at = <Date 2022-01-13.09:52:44.782>
user = 'https://github.com/csabella'

bugs.python.org fields:

activity = <Date 2022-01-13.09:52:44.782>
actor = 'iritkatriel'
assignee = 'docs@python'
closed = True
closed_date = <Date 2022-01-13.09:52:44.782>
closer = 'iritkatriel'
components = ['Documentation']
creation = <Date 2017-06-04.20:52:33.370>
creator = 'cheryl.sabella'
dependencies = []
files = []
hgrepos = []
issue_num = 30569
keywords = []
message_count = 4.0
messages = ['295142', '295577', '311608', '409783']
nosy_count = 5.0
nosy_names = ['terry.reedy', 'docs@python', 'steve.dower', 'cheryl.sabella', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue30569'
versions = ['Python 3.7', 'Python 3.8']

@csabella
Copy link
Contributor Author

csabella commented Jun 4, 2017

https://docs.python.org/3.7/tutorial/interpreter.html

The first lines for the location/command have been updated for 3.7, but next paragraph for Windows has not been updated.

@csabella csabella added the 3.7 (EOL) end of life label Jun 4, 2017
@csabella csabella added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Jun 4, 2017
@terryjreedy
Copy link
Member

There is a lot more wrong with the Windows part:

"On Windows machines, the Python installation is usually placed in C:\Python36," is no longer true. All-users install is, by default, in Program Files. Current-user install is, by default, buried somewhere forgettable in the hidden /users/USER/appdata dir.

" you can type the following command into the command prompt in a DOS box:" It has been a long time since Command Prompt was widely called a 'DOS box'.

set path=%path%

The is not permanent, at least for non-admin user. One can add the install dir, whatever it is, to path during installation. Or one can use 'py -3.6'

@csabella
Copy link
Contributor Author

csabella commented Feb 4, 2018

This is still an issue. Since it's more than updating the release version, I think someone more knowledgeable than me should fix it. I wouldn't want to miss something that should be included.

@csabella csabella added the 3.8 only security fixes label Feb 4, 2018
@iritkatriel
Copy link
Member

I think this has all been changed by now, in a number of commits.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants