Windows VSCode with remote-ssh connection to a linux box. Set up a virtual environment. Point VSCode to it. Install some cli tool in that virtual environment (my case: "pip install flake8") Test a ...
# -*- mode: python ; coding: utf-8 -*- block_cipher = None a = Analysis(['sc.py'], pathex=['/Users/tutu/ftp/sc'], binaries=[], datas=[('config', 'config'), ('tasks ...