Re: [PyMOL] Install license file from CLI

2020-06-23 Thread Antonio Serrano
Hi, Thomas. Yeah, solution no. 1 worked! Thank you very much indeed. Kind regards, Antonio -- "Este mensaje es privado y confidencial y se dirige exclusivamente a su destinatario. Si usted recibe este mensaje por error, no debe revelar, distribuir o copiar este e-mail. Por favor, comuníquelo

Re: [PyMOL] Install license file from CLI

2020-06-22 Thread Thomas Holder
Hi Antonio, Thanks for the diagnostics data. > I'm working with a virtual environment. Ah, that's the crux. I assume you've used something like `python3 -m venv --system-site-packages`. That happens to be not compatible with how PyMOL finds $PYMOL_PATH, it uses `sys.prefix` for that which now

Re: [PyMOL] Install license file from CLI

2020-06-22 Thread Antonio Serrano
This is the diagnostics log. Please keep reading at the end of the log: PyMOL(TM) 2.3.4 - Incentive Product Copyright (C) Schrodinger, LLC This Executable Build integrates and extends Open-Source

Re: [PyMOL] Install license file from CLI

2020-06-19 Thread Thomas Holder
That's unexpected. Can you send the output of the following command? pymol -cd diagnostics This will report the exact installation location, and also if a license file was found. > On Jun 19, 2020, at 10:33 AM, Antonio Serrano wrote: > > I changed the name of the license file as you said,

Re: [PyMOL] Install license file from CLI

2020-06-19 Thread Antonio Serrano
I changed the name of the license file as you said, but the warning message keeps popping: [image: current_pos.png] El jue., 18 jun. 2020 a las 20:16, Thomas Holder (< thomas.hol...@schrodinger.com>) escribió: > Hi Antonio, > > Rename the file to "license.lic". > > Cheers, > Thomas > > >

Re: [PyMOL] Install license file from CLI

2020-06-18 Thread Thomas Holder
Hi Antonio, Rename the file to "license.lic". Cheers, Thomas > On Jun 18, 2020, at 6:08 PM, Antonio Serrano wrote: > > Hi Thomas. Thanks for your quick response. I installed Miniconda, so I put > the license file (pymol-edu-license.lic) in the following path: >

Re: [PyMOL] Install license file from CLI

2020-06-18 Thread Antonio Serrano
Hi Thomas. Thanks for your quick response. I installed Miniconda, so I put the license file (pymol-edu-license.lic) in the following path: $HOME/miniconda3/share/pymol/ . But a warning text stating "No License File - For evaluation Only (0 days remaining)" still appears when rendering PNG files

Re: [PyMOL] Install license file from CLI

2020-06-18 Thread Thomas Holder
Hi Antonio, Did you install PyMOL into $HOME/anaconda3 ? If you installed into a different location, then that path to the license file will differ of course. Basically, path-to-pymol-dir/share/pymol/license.lic is the path. Cheers, Thomas > On Jun 17, 2020, at 2:15 PM, Antonio Serrano

[PyMOL] Install license file from CLI

2020-06-17 Thread Antonio Serrano
Hi: I'm working with PyMol installed on a remote server, so I don't have access to the GUI. I already have an educational license. According to your FAQ at https://pymol.org/2/support.html?, the license file should be placed in $HOME/anaconda3/share/pymol/license.lic on a Linux computer. I