Download and extract the binary package of vesta, and move it to /opt directory.
Edit the ~/.bashrc file add these text:
export VESTA=/opt/vesta
PATH="...:$VESTA"
It will work if you source ~/.bashrc file
Download and extract the binary package of vesta, and move it to /opt directory.
Edit the ~/.bashrc file add these text:
export VESTA=/opt/vesta
PATH="...:$VESTA"
It will work if you source ~/.bashrc file
Comments