- a docker container in which you can SSH in
- (optional) neovim: with deoplete , and python language server
- (optional) Zsh: with my zshrc (that you can replace by yours)
- docker
./create_docker.sh
docker run -d -e HOST_USER_UID=$(id -u) --name YOUR_PROJECT -p YOUR_LOCAL_PORT:22 python_dev_docker
so then you can ssh
in your machine with port YOUR_LOCAL_PORT
- neovim
- zsh
- python2 and python3