Setup instructions:
git clone [email protected]:nanddalal/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
bash setup.sh
The IDE runs inside of a docker. To enter the docker:
enter-ide <DIRECTORY_TO_MOUNT> <DESIRED_PYTHONPATH_IN_DOCKER>
e.g. the following will mount ${HOME}/my_host_code_dir/
to /code
in the docker container, and set the PYTHONPATH in the docker container to be /code
enter-ide ${HOME}/my_host_code_dir/ /code