nord vpnnord vpn
Ad

Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
284 B
1
Indexable
Never
import os
my_path = "/usr/local/apps/lmod/8.6.8/init/env_modules_python.py"

if os.path.exists(my_path) and os.path.getsize(my_path) > 0:
    exec(open('/usr/local/apps/lmod/8.6.8/init/env_modules_python.py').read())

else: exec(open('/usr/share/Modules/init/python.py').read())

nord vpnnord vpn
Ad