I’m trying to install phoenix app with mix phx.new myapp but strangely it only allows installing on home user directory, while I can install it anywhere using mix phoenix.new myapp.
Both command are pointing to 1.3.0 Phoenix (I’m using mix help), so it should be no problem, but is there any reason it can only install on home user directory for mix phx.new myapp? (I’m afraid on differences I’m not aware-per tutorials I’m journeying), and how I can do it anywhere?
how do you manage to have a colon : (“Elixir:Phoenix”) in the directory name - that should be a big no no on mac (which I assume you are on)… (or do you have forward slash in the directory name and then bash makes it a colon? - again a no no)
try in a directory that does not contain colon or forward slash in its name…