Relative Content

Tag Archive for pythonjupyter-notebookanacondacondaosmnx

The function “conda create” does not work the way I expect

I installed and ran the executable for anaconda, and it created a folder for anaconda3. I then try to run the command conda create -n ox -c conda-forge –strict-channel-priority osmnx but this fails because it says “conda” is not recognized. I’m doing this from the same directory where I installed anaconda. I’ve tried switching “conda” to “anaconda” and “anaconda3” and this doesn’t work either. I’ve tried Googleing the issue and I can’t find anything that sounds similar.