How do I get the haxe command back after installing Haxe 3 -


i installed haxe 3 on os x using manual install method on following page http://haxe.org/manual/haxe3#manual_installation

manual installation

cp haxe /usr/bin/haxe rm -rf /usr/lib/haxe mkdir /usr/lib/haxe cp -r std /usr/lib/haxe mkdir /usr/lib/haxe/lib chmod 777 /usr/lib/haxe/lib cp std/tools/haxelib/haxelib.sh /usr/bin/haxelib chmod +x /usr/bin/haxelib 

after doing if in new terminal window don't >haxe command. command not found.

i figured out needed run first cp command sudo in front of , well.

$> sudo cp haxe /usr/bin/haxe 

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -