Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Git
  • Anaconda (v4.3.27)
  • Python 32.67
  • optional: PyCharm

...

Make sure you have the right versions of Anaconda and Python3

conda install conda=4.3.27

...

Step-by-step guide

1. Create your conda environment:

conda env create -n sdap-ningesterpy python2python=2.7

source activate sdap-ningesterpy

...

cd incubator-sdap-ningesterpy

python setup.py install

Info

Make sure you have the channel conda-forge and the right versions of Anaconda and Python3

conda config --add channels conda-forge

conda install conda=4.3.27

conda install python=2.7

8. Create Branch & Make Changes.

...

  • Script: <filepath>/incubator-sdap-ningesterpy/sdap/ningesterpy.py

  • Environment variables: PYTHONUNBUFFERED=1

  • Python interpreter: Python 3.6  ~/anaconda3/envs/incubator-sdap-ningesterpy/bin/python (from your conda environment)
  • Working directory: <filepath>/incubator-sdap-ningesterpy/sdap
  • Check:
    • Add content roots to PYTHONPATH
    • Add source roots to PYTHONPATH
    • Emulate terminal in output console
    • Activate tool window (optional)

...