php , path

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gintare
    New Member
    • Mar 2007
    • 103

    php , path

    I do not understand why path variable is not working for me.

    I have reinstalled Bitnami.

    I have deleted the previous path variable, and added a new path:
    c:\python33;c:\ python33\Lib\si te-packages;c:\pyt hon33\scripts;c :\users\gintare \appdata\local\ enthought\canop y\user;c:\users \gintare\appdat a\local\enthoug ht\canopy\user\ scripts;c:\user s\gintare\appda ta\roaming\npm; c:\program files\nodejs;C: \Users\Gintare\ AppData\Roaming \Composer\vendo r\bin; C:\Bitnami\wamp stack-5.5.30-0\php;

    in Windows System-> Advanced System Settings -> Environmental variables -> PATH.
  • gintare
    New Member
    • Mar 2007
    • 103

    #2
    The reason was the space. There should not be spaces in PATH variables line.

    Correct:
    C:\Users\Gintar e\AppData\Roami ng\Composer\ven dor\bin;C:\Bitn ami\wampstack-5.5.30-0\php;

    Wrong:
    C:\Users\Gintar e\AppData\Roami ng\Composer\ven dor\bin; C:\Bitnami\wamp stack-5.5.30-0\php;

    Comment

    Working...