http://tehbemfqolualhxwkyimu3bdob5s4hkrfuwbwxzbblncjy2j2owgolqd.onion/documentation.html
For example: ~ $ $PATH.append('~/bin') ~ $ print($PATH)
['/usr/local/bin', '/usr/bin', '/bin', '/usr/games', '/home/takofan123/bin'] ~ $ $PATH = $PATH[:-1] ~ $ print($PATH)
['/usr/local/bin', '/usr/bin', '/bin', '/usr/games'] One other thing to note is that environment variables in tako are automatically exported.