exaloop / codon

A high-performance, zero-overhead, extensible Python compiler using LLVM
https://docs.exaloop.io/codon
Other
13.96k stars 498 forks source link

Update the applicable bash profile file #498

Closed zstadler closed 7 months ago

zstadler commented 7 months ago

Update the bash profile in ~/.bash_login or ~/.profile, if exists.

A bash interactive login shell "looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable."

cla-bot[bot] commented 7 months ago

Thank you for your pull request. We require contributors to agree to our Contributor License Agreement (https://exaloop.io/cla.txt), and we don't have @zstadler on file. In order for us to review and merge your code, please email info@exaloop.io to get yourself added.

arshajii commented 7 months ago

Looks good -- thanks!