Skip to content
/ expinfo Public

A small tool for managing experiments of multiple users on a research servers

Notifications You must be signed in to change notification settings

mjasny/expinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo apt install python3.7 # at least python3.7

cp expinfo/expinfo.service /etc/systemd/system
systemctl enable --now expinfo

ln -s $(pwd)/expinfo/run_exp /usr/local/bin/run_exp

echo 'export PROMPT_COMMAND='"'"'echo -ne $(</opt/expinfo/prompt) 2> /dev/null'"'" >> /etc/profile

ln -s $(pwd)/expinfo/99-expinfo /etc/update-motd.d/99-expinfo

About

A small tool for managing experiments of multiple users on a research servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages