little mistake on one of your sites #885
Comments
|
@Lady-Moonshadow I think maybe it's intended that the user has seen the installation section first, e.g., http://docs.python-guide.org/en/latest/starting/install3/osx/#working-with-python-3 On that page, there's this:
On mine and other co-workers machines, for example, Kenneth may very well want to clarify in the docs, and without knowing you any better, I'm glad you're here and making a contribution to something that wasn't clear! |
|
I noticed that this issue is still open. Shall I go ahead and make the requested change? I think Lisa has a fair point that it's better not to make assumptions that someone has read the installation section of the guide first. Maybe some users like to jump around the sections. |
|
@tcg wrote
Agreed. This whole section assumes a lot of prior knowledge. It reminds me of a carnival ride that says "You must be THIS TALL to ride". It assumes you know
Maybe we should start with a Prerequisites section with relevant http links. |
|
Hi there, I'm fairly new to python but I've been working on it. I've also been searching for ways to contribute to the community more. I was a chemistry teacher for 20 years, so I do have quite a lot of experience writing clear technical instructions. I was poking around on here looking for some issues that I could manage to help with. This one is still open, and I agree that the section could use a little reworking. Maybe I could take a stab at it? |
|
That would be great @skeptycal |
|
Great! I'll see what I can come up with. I'm fairly new to open source and contributing, so once I get something ... give me tips and I'll get it right. |
|
Two separate things:
I'm really stuck on the following paragraph:
I understand that I'm trying to get my computer to default to python3, which it is not doing right now. But Googling "High Sierra PATH environment variable" doesn't yield anything useful. What is my PATH environment variable? Where is my ~/.profile file? |
Dear Kenneth,
on your Side http://docs.python-guide.org/en/latest/dev/virtualenvs/#virtualenvironments-ref you want us to check the python version at "Make sure you’ve got Python & pip" - here you name the command "$ python --version" but you want to receive the python 3 version 3.6.2, so the command should be "$ python3 --version".
(I think it's just a small copy paste mistake)
best regards
Lisa :)
The text was updated successfully, but these errors were encountered: