Hi, I need help locating the path to the arches-app command. I am working on windows 64bit and I do get the error, but I can not seem to get the second part.
#5. Create the folder for your HIP customizations: Navigate to the *Projects* directory run the following command replacing ‘my_hip_app’ with the name you want to use for your version of Arches-HIP. For example, the City of Los Angeles customization of the HIP is called ‘HistoricPlacesLA’ (ENV)$ arches-app create my_hip_app --app arches_hip Note Windows users may get an error like: *‘arches-app’ is not recognized as an internal or external command, operable program or batch file.* If that occurs, you may need to specify the path to the arches-app command. Be sure to ad ‘python’ to the beginning of the command to ensure that you use your virtual environment’s Python. For example: (ENV)> python path\to\ENV\Scripts\arches-app create my_hip_app --app arches_hip -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
