I want to install tg2 on an offline machine. I have downloaded all the eggs using this command:
mkdir tg2_offline cd tg2_offline easy_install -zmaxd . TurboGears2 Now as the docs suggest I should copy this directory (tg2_offline) into the offline machine and run cd tg2_offline easy_install -f . TurboGears Now I dont want a system wide installation. I want to set up the virtualenv environent just like done by this command on online machine.python tg2-bootstrap.py --no-site-packages tg2env python tg2-bootstrap.py --no-site-packages tg2env and then use as source bin/activate KIndly guide me through this. Thanks in advance. PS: tg2_offline is the name given by me to the dir just to be more clear. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

