Configuring Atom for Python

  1. Activate whatever conda environment you need to

    activate <environmentname>
    
  2. Install packages for atom

    apm install ide-python atom-python-run
    
  3. Install python support packages

    python3 -m pip install 'python-lsp-server[all]'
    python3 -m pip install git+https://github.com/tomv564/pyls-mypy.git