Changes between Version 18 and Version 19 of DevNotes/DevGuide/CondaDevSetup
- Timestamp:
- Jan 2, 2018 3:09:12 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/DevGuide/CondaDevSetup
v18 v19 7 7 * At the Advanced Options screen, you need to consider whether or not you want to make Anaconda your default version of Python. Developers who do not work on multiple Python projects can just accept the defaults here. 8 8 9 * Once you follow the defulat anaconda installation on Windows, you need run it from start menu/Programes Files9 * By default of Windows anaconda is installed for single user and not "everyone", which means you cannot run the conda command from an arbitrary command window. If you proceeded with default installation, you need to open Anaconda Prompt from Menu Start. Otherwise you can install anaconda for everyone, which requires root privlidges. 10 10 11 11 == Step 2 - Download !SasView and sasmodels from github ==