DeDop / dedop-core

DeDop is a User Configurable Tool for Processing Delay Doppler Altimeter Data.
http://dedop.org/
GNU General Public License v3.0
13 stars 8 forks source link

Possible typo in documentation for conda activation #6

Closed djbrock closed 7 years ago

djbrock commented 7 years ago

Docs/Installation/From Source says

conda create -n dedop python=3
source activate.sh dedop

command actually needed (using Anaconda on OSX) was

source activate dedop

might be because I used Anaconda rather than Miniconda?

mark-ep commented 7 years ago

source activate.sh dedop works for me on linux, but I have found that when using either Anaconda or Miniconda on windows, I need to use activate dedop. Is anyone aware of any other commands that might be platform-specific?

hans-permana commented 7 years ago

@djbrock Yes, it should have been source activate dedop in OSX or Unix. I will fix the documentation and also add more information for other OS-specific commands.

@mark-ep did you use Miniconda or Anaconda? I tried source activate.sh dedop and it didn't work. It was with MiniConda on my Ubuntu VM.