On Aug 12, 9:09 am, Gelonida N <gelon...@gmail.com> wrote: > In Pythons installed with virtualenv there is on windows an activate.bat > script, that can be used to setup the cmd-shell such, that the search > path for python and pythor elated tools (pip / easy_install) is setup > properly. > Do such a scripts also exist for Portable python?
Portable Python is just Python with some helper scripts for not requiring a system installation. So "command-line-command-to-run-portable-python virtualenv <venv- name>" should be all you need. -- http://mail.python.org/mailman/listinfo/python-list