Hello Mohamed, It looks like that file is in the arches package, which should be installed in the virtual environment. If you have, for example, installed arches in a virtual environment here C:\Projects\ENV, then the full path to that command would be C:\Projects\ENV\lib\python2.7\site-packages\arches\install\arches-app. The site-packages directory is the standard place for Python to store installed packages, so if you look in there you can find a directory for arches and another for arches_hip (also this is where all the django code sits, and other arches dependencies like xlrd). The "arches-app" file that is used for this command is stored in the "install" module of the arches package.
Try this command: (ENV)> python C:\Projects\ENV\lib\python2.7\site-packages\arches\install\arches-app create my_hip_app --app arches_hip If that works, then the documentation should certainly be updated. On Wednesday, June 17, 2015 at 11:17:09 AM UTC-5, Mohamed Zamdin wrote: > > 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(ENV)> python path\to\ENV\Scripts\arches-app create > my_hip_app --app arches_hip 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.
