Skip to content

Instantly share code, notes, and snippets.

View Eigenstate's full-sized avatar
🚲
vmd-python is BACK!!!

Robin Betz Eigenstate

🚲
vmd-python is BACK!!!
View GitHub Profile
@Eigenstate
Eigenstate / source_me.sh
Last active June 6, 2019 18:06
VMD with python environment variables
#!/bin/bash
# All variables needed to compile all plugins
export VMDDIR="/opt/vmd_py3" # Will be installed to this location
export VMDINSTALLNAME="vmd-1.9.4-py3" # Executable will have this name
export VMDINSTALLBINDIR="$VMDDIR"
export VMDINSTALLLIBRARYDIR="$VMDDIR"
export PLUGINDIR="$VMDDIR/plugins"
export ANACONDIR="/home/robin/miniconda/" # Python installation to build against