Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #27004

Re: Does anyone have an activate script for portable python?

From Gelonida N <gelonida@gmail.com>
Subject Re: Does anyone have an activate script for portable python?
Date 2012-08-13 21:15 +0200
References <mailman.3197.1344726587.4697.python-list@python.org> <e88b9e31-a3ef-4ea9-9ad7-d8469e883017@c4g2000pbw.googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.3241.1344885370.4697.python-list@python.org> (permalink)

Show all headers | View raw


On 08/13/2012 02:12 AM, alex23 wrote:
> 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.
>
Hmm I guess I didn't express myself very well.

The idea is to easily create a cmd window, that the path is setup in 
order to point to portably python by default.

At a first glance at Portable Python it seemed to me, that this doesn't 
exist.

Having a small icon to click at, that opens a cmd window with the right 
setup or just a .bat file, that could be called to adapt the setup of an 
existing cmd window.


It's not too difficult to write such scipts, but I though it would be 
interesting to see whether I'm the only one missing such feature in 
portable Python.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Does anyone have an activate script for portable python? Gelonida N <gelonida@gmail.com> - 2012-08-12 01:09 +0200
  Re: Does anyone have an activate script for portable python? alex23 <wuwei23@gmail.com> - 2012-08-12 17:12 -0700
    Re: Does anyone have an activate script for portable python? Gelonida N <gelonida@gmail.com> - 2012-08-13 21:15 +0200

csiph-web