I build an egg and I tried to install it in my own directory in unix. But when I say this command "$ easy_install SimpleSite-0.3.0- py2.5.egg" it is defaultly going and installing in the usr/lib/ python2.5/site-packages/myapplication-0.3.0-py2.5.egg and the results are the below.
Processing myapplication-0.3.0-py2.5.egg creating /usr/lib/python2.5/site-packages/myapplication-0.3.0- py2.5.egg Extracting myapplication-0.3.0-py2.5.egg to /usr/lib/python2.5/site- packages Adding myapplication-0.3.0dev to easy-install.pth file Installed /usr/lib/python2.5/site-packages/myapplication-0.3.0- py2.5.egg Processing dependencies for myapplication-0.3.0dev Finished processing dependencies for myapplication-0.3.0dev Can anyone can help me where I should edit and put the path so that I can install the egg in the particular directory I want. Is there any way that I can set up all the environment variables in the egg itself so that when I install it no need to set up the environment variables. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
