[ase-users] Issues Installing ASE on Mac
Jakob Schiøtz
schiotz at fysik.dtu.dk
Thu Feb 22 12:38:59 CET 2018
Dear Brent,
Sorry for the late reply.
I am not 100% sure which set of instructions you were using to install ASE, but most likely you need to set your PATH environment variable.
If you installed ASE using “pip” then you probably just need to add ~/.local/bin to your PATH. Add this line to your .bash_profile file:
export PATH=$HOME/.local/bin:$PATH
(note that on a Mac it should be in .bash_profile not in .bashrc due to a quirk in how bash works, which most linuxes bypass).
Best regards
Jakob
> On 6 Feb 2018, at 16:13, Brent via ase-users <ase-users at listserv.fysik.dtu.dk> wrote:
>
> Hello,
> I am trying to install ASE on my macbook but am having issues. I am pretty new to the CLI so I'm sure that's my main issue. I installed ASE following the guidelines from the website but whenever I try to run "ase test" it says "-bash: ase: command not found". I assume this is an issue with the environment variables but I have tried a lot of different things and still cannot figure it out. Let me know what kind of information you need to help me identify my problem.
>
> Thank you for your help.
> _______________________________________________
> ase-users mailing list
> ase-users at listserv.fysik.dtu.dk
> https://listserv.fysik.dtu.dk/mailman/listinfo/ase-users
--
Jakob Schiøtz, professor, Ph.D.
Department of Physics
Technical University of Denmark
DK-2800 Kongens Lyngby, Denmark
http://www.fysik.dtu.dk/~schiotz/
More information about the ase-users
mailing list