Select Git revision
02-exec-cmd

Sandor Brockhauser authored
02-exec-cmd 530 B
#!/usr/bin/with-contenv bash
# conda environment variables will be carried over because the gitmpcdf customize webtop uses specific code
# which pulls the environment variables over upon startup
# echo "/usr/local/miniconda3/bin/conda run -n base jupyter-lab /home" > /config/.config/openbox/autostart
# the above line will not did not work at least on my development setup therefore the hints in the readme of the example
echo "/usr/local/miniconda3/bin/conda run -n base jupyter-lab $CWD" > /config/.config/openbox/autostart