Closed
Description
I don't have any problem of installing orca on Mac OS X and Linux machines, but on my Windows 10 machine, when I install orca via conda, it creates a file orca.cmd
, whose contents are:
@echo off
"/opt/anaconda1anaconda2anaconda3\orca_app\orca.exe" %*
This mixed use of /
and \
is not good and doesn't work on windows.
On Mac OS X and Linux, only /
is used. Which file should be fixed for Windows machines?
Thanks for your help!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels