steve writes:
[...]
> $ export PYTHONPATH="/home/<$user>/...:/some/other/path:..."
[...]
OR a "/usr/bin/env PYTHONPATH=$PYTHONPATH:~/extra/path python" as your
interpreter. I generally don't like doing things that linger.
--
___
BangPypers mailing
Hi,
On 07/14/2010 07:43 PM, स्वक्ष wrote:
On Wed, Jul 14, 2010 at 18:04, Naresh Khalasi wrote:
Hi,
The root directory (where your package starts) should be added to PYTHONPATH
environment variable.
e.g. if your root directory is /home//projects/mailman
export PYTHONPATH=$PYTHONPATH:/ho
On Wed, Jul 14, 2010 at 18:04, Naresh Khalasi wrote:
> Hi,
>
> The root directory (where your package starts) should be added to PYTHONPATH
> environment variable.
> e.g. if your root directory is /home//projects/mailman
> export PYTHONPATH=$PYTHONPATH:/home//projects/mailman
>
> Once you do that
Hi,
The root directory (where your package starts) should be added to PYTHONPATH
environment variable.
e.g. if your root directory is /home//projects/mailman
export PYTHONPATH=$PYTHONPATH:/home//projects/mailman
Once you do that you "cd" in the project directory and execute by saying
python Mailm