You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by Apache Wiki <wi...@apache.org> on 2011/10/20 20:11:28 UTC

[Ant Wiki] Update of "HelpOnInstalling/BasicInstallation" by Matthew

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification.

The "HelpOnInstalling/BasicInstallation" page has been changed by Matthew:
http://wiki.apache.org/ant/HelpOnInstalling/BasicInstallation?action=diff&rev1=2&rev2=3

  
  You won't need to change your `PYTHONPATH` then, but depending
  on your system environment you might not be able to use that
+ command, especially when you are not the root user on a [[http://www.runmapglobal.com/dedicated-servers-web-hosting.php|LINUX server]]. If you don't know where your Python directory is, this
- command, especially when you are not the root user on a UNIX
- system. If you don't know where your Python directory is, this
  command will tell you:
      {{{
      python -c "import sys; print sys.prefix"