-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Specify installation for Linux, Mac OSX, and WIndows #431
Comments
Alongside this, probably want to define a requirements.rpm and requirements.brew for install_os_dependencies.sh |
If you do:
and then:
It should find and try to install the relevant equivalent packages on RPM systems, Arch and Brew. This doesn't help Windows users though. |
I can see three ways to improve our support for Windows:
Thoughts? |
|
I have a fourth option:
|
option 3 |
Considering the growing support for Linux on Windows, does it make sense to take Windows off the list? |
The WSL is still not installed or enabled by default and if you do not have
admin access, or Windows Professional the option is not available to you.
I would caution against removing it from the list.
…On Fri, Sep 22, 2017 at 12:53 AM Daniel Roy Greenfeld < ***@***.***> wrote:
Considering the growing support for Linux on Windows, does it make sense
to take Windows off the list?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#431 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAkz6OWxm02wLwMymVR2KJu6LE6myfbCks5sktrJgaJpZM4GvPB_>
.
|
We don't differentiate well between operation systems. http://cookiecutter-django.readthedocs.org/en/latest/developing-locally.html is for Linux, but doesn't do much to help Mac OSX or Windows users.
The text was updated successfully, but these errors were encountered: