Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable dev on windows #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

zrisher
Copy link
Contributor

@zrisher zrisher commented Jul 24, 2015

This is a collection of a few things I needed to get this working on Windows:

  • Two cmd's to run the server and build the content respectively, from https://gist.github.com/traeblain/4252511
  • Readme changes to that effect
  • Supporting .gitignore changes
  • Added - pip requirement before - pip: dependent requirements in environment.yml. For some reason, without this line the environment creation failed for me with
File "C:\Dev\Miniconda3\lib\site-packages\conda_env\installers\pip.py", line 8, in install
pip_cmd = main_list.pop_args(prefix) + ['install', ] + specs
TypeError: unsupported operand type(s) for +: 'NoneType' and 'list'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant