Default value for PYTHONPATH

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony C

    Default value for PYTHONPATH

    Is there a default value for PYTHONPATH ?
    I've installed Python on both Windows and Linux, and was surprised to see that
    this variable is empty.

    IS this normal ?
  • Michael Hudson

    #2
    Re: Default value for PYTHONPATH

    cappy2112@yahoo .com (Tony C) writes:
    [color=blue]
    > Is there a default value for PYTHONPATH ?
    > I've installed Python on both Windows and Linux, and was surprised
    > to see that this variable is empty.
    >
    > IS this normal ?[/color]

    Yes. How would it be otherwise, particularly on Linux? I'm quite
    glad "make install" doesn't try to edit ~/.bashrc.

    Cheers,
    mwh

    --
    Q: What are 1000 lawyers at the bottom of the ocean?
    A: A good start.
    (A lawyer told me this joke.)
    -- Michael Ströder, comp.lang.pytho n

    Comment

    Working...