Does anyone have an activate script for portable python?
alex23
wuwei23 at gmail.com
Sun Aug 12 20:12:59 EDT 2012
On Aug 12, 9:09 am, Gelonida N <gelon... at 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.
More information about the Python-list
mailing list