Merge pull request #8778 from pinewall/fix-tech20180418

fix tech/20180418 Getting started with Anaconda Python for data science.md
This commit is contained in:
DarkSun
2018-05-14 15:48:19 +08:00
committed by GitHub

View File

@@ -26,9 +26,7 @@ $ bash Anaconda3-5.1.0-Linux-x86_64.sh
```
`/home/<user>/.bashrc`?" I allowed it and restarted the shell, which I found was necessary for the `.bashrc` environment to work correctly.
I followed the installation directions exactly, and the well-scripted install took about five minutes to complete. When the installation prompted: "Do you wish the installer to prepend the Anaconda install location to PATH in your?" I allowed it and restarted the shell, which I found was necessary for theenvironment to work correctly.
I followed the installation directions exactly, and the well-scripted install took about five minutes to complete. When the installation prompted: "Do you wish the installer to prepend the Anaconda install location to PATH in your `/home/<user>/.bashrc`?" I allowed it and restarted the shell, which I found was necessary for the `.bashrc` environment to work correctly.
After completing the install, I launched Anaconda Navigator by entering the following at the command prompt in the shell:
```