1. open ThinLinc
2. log in using your IU username and passphrase
3. once you’re logged in, you’ll see a screen that looks like an old computer – open “terminal”
a. terminal will look somewhat similar to Anaconda Powershell Prompt
5. Pull python module into corrent workspace
module load python/gpu/3.10.10
6. Activate the virtual environment
source /N/project/memLab_deepLabCut/pvenv/bin/activate
7. Start deeplabcut
python -m deeplabcut
NOTE: if you have problems with DLC freezing, run this before step 7
unset $(env | grep "^XDG_" | cut -d= -f1)