-
Notifications
You must be signed in to change notification settings - Fork 16
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
Which version of Anaconda? #2
Comments
I think you are referring to the version of Python that From the download page: "Anaconda comes with installers for Python 2.7 and 3.4. You can use On 06/04/2015 10:16 AM, ilenes wrote:
Stephen Waterbury Computing Environments and Collaborative Technologies |
OK, got it, thanks. I downloaded the program, but when I typed in ipython –version, I got 3.0.0 rather than 3.1.0. Did I do something wrong? Also, I tried to do the Testinstall, and somehow I can’t see the “Cell” tab to run the program. Not sure where to go from here. Thanks, Ilene Sokolsky From: waterbug [mailto:[email protected]] I think you are referring to the version of Python that From the download page: "Anaconda comes with installers for Python 2.7 and 3.4. You can use On 06/04/2015 10:16 AM, ilenes wrote:
Stephen Waterbury Computing Environments and Collaborative Technologies— |
Hi Ilene, You have installed Anaconda successfully, but now you need to http://asd.gsfc.nasa.gov/conferences/pythonbootcamp/2015/install/ Specifically, do the following commands:
After you have done those steps, if you do the 'ipython --version', Steve On 06/04/2015 11:45 AM, ilenes wrote:
Stephen Waterbury Computing Environments and Collaborative Technologies |
Hi Steve, Do you have time to talk to me and walk me through this? When I enter “source activate,” I get the following: ‘source’ is not recognized as an internal or external command, operable program or batch file. Haven’t got a clue how to figure out what’s wrong, as I’m a total newbie at this. Thanks, Ilene Sokolsky From: waterbug [mailto:[email protected]] Hi Ilene, You have installed Anaconda successfully, but now you need to http://asd.gsfc.nasa.gov/conferences/pythonbootcamp/2015/install/ Specifically, do the following commands: source activate After you have done those steps, if you do the 'ipython --version', Steve On 06/04/2015 11:45 AM, ilenes wrote:
Stephen Waterbury Computing Environments and Collaborative Technologies— |
OK, I got it to work partially. Clicked on some random link and found out that for Windows 7 you have to use “activate” rather than “source activate,” so I did that and was able to run the rest of commands, and now I get 3.1.0 when I input ‘ipython –version.’ However, I still can’t figure out how to download TestInstall. Could this perhaps be another Windows 7 issue? There’s no download button or “cell” tab or anything else I can find to get this program to run. Thanks, Ilene Sokolsky From: Sokolsky, Ilene L. (GSFC-5420) Hi Steve, Do you have time to talk to me and walk me through this? When I enter “source activate,” I get the following: ‘source’ is not recognized as an internal or external command, operable program or batch file. Haven’t got a clue how to figure out what’s wrong, as I’m a total newbie at this. Thanks, Ilene Sokolsky From: waterbug [mailto:[email protected]] Hi Ilene, You have installed Anaconda successfully, but now you need to http://asd.gsfc.nasa.gov/conferences/pythonbootcamp/2015/install/ Specifically, do the following commands: source activate After you have done those steps, if you do the 'ipython --version', Steve On 06/04/2015 11:45 AM, ilenes wrote:
Stephen Waterbury Computing Environments and Collaborative Technologies— |
You have discovered a flaw in our instructions -- we One way to get the TestInstall notebook is to download https://github.com/kialio/gsfcpyboot and click on the "Download ZIP" button at the bottom of Use that file in following these instructions (these may works for you):... in the directory [TestInstall], run the command:
When the browser page appears, click on the "BootCampTestInstall.ipynb" In the "Cell" menu, select "Run all" ... If your installation works, you should see a message output below the "Congratulations! Your python environment seems to be working properly. If you don't see that message, let us know what error messages you see and we will try to help you correct the problem.Steve On 06/04/2015 01:33 PM, ilenes wrote:
|
First, thanks Ilene for making this thread. I ran into the same issue that Ilene ran into. Without the first step I wouldn't have gotten this far. I am using a Windows 7 machine as well. I was able to follow the steps after Ilene mentioned using 'activate' command at the command prompt instead of using 'source activate'. I was able to run the ipython notebook command as well and got the congratulations message. Ilene, I can help you if you need me to walk you through the steps. I am at extension x63485. Badri Shirgur |
Hi Badri, I actually managed to get through the whole process, but thanks for your offer! Steve helped me run testinstall, and I got a successful result. Ilene Ilene Sokolsky From: bshirgur [mailto:[email protected]] Steve, I am using a Windows 7 machine as well. I was able to follow the steps after Ilene mentioned using 'activate' command at the command prompt instead of using 'source activate'. I was able to run the ipython notebook command as well and got the congratulations message. Ilene, I can help you if you need me to walk you through the steps. I am at extension x63485. Badri Shirgur — |
You are welcome. I am looking forward to being part of this bootcamp. |
The Anaconda website we were directed to by the instructions has two versions of anaconda - v2.6 and v3.4. Which one should we download?
The text was updated successfully, but these errors were encountered: