Re: Putting python on the search path
Debabrata Pani <[email protected]>
| Newsgroups | gmane.comp.lang.jython.user |
|---|---|
| Message-ID | <CAKJw4fda8ujdv6XjLhCPw5MPySG21AStNhu-qR2LQcoT_gXwnw@mail.gmail.com> |
Hi Rafael, As a temporary setting we can try (on the terminal): export PATH=$PATH:/Users/username/jython/bin after this , invoking jython should work for a permanent change, we need to make the change in ~/.bashrc file. Basically add the above "export" line in the ~/.bashrc file and "open a new terminal". Regards, Deb On Wed, Mar 4, 2015 at 4:32 AM, Rafael Bejarano <[email protected]> wrote: > Hello, > > I am new to jython, which I installed on a Macintosh computer running > MacOS 10.10. I wonder if someone on this list would be kind enough to tell > me how to put jython on my search path (I want to access it from the > terminal). I have jython 2.5.3 installed in my home folder. > > Thank you. > Rafael Bejarano > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Jython-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jython-users > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Jython-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jython-users