- Install Python from DSM Package Center
- Enable SSH
- SSH in
- Enable and switch to user shell (optional, requres user homes to be enabled)
- set shell to
/bin/ash
in/etc/passwd
su - <user>
- set shell to
- Create directory to store all of this (optional)
mkdir gmvault&&cd gmvault
- Get virtualenv
wget https://raw.github.com/pypa/virtualenv/develop/virtualenv.py