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

no references to python3 + probably best to install python packages via pip #75

Closed
myyc opened this issue Jun 17, 2016 · 3 comments
Closed

Comments

@myyc
Copy link

myyc commented Jun 17, 2016

Hi, very nice guide. I work full time as a data person with Python3 + data stack (pandas, etc.) on Mac OSX and it's pretty stable, also it's probably recommended to default to Py3k and mention Python 2.7 as an "if all else fails" alternative.

Also, it's probably a better idea to install things via pip rather than brew since that way you skip the extra layer – plus there might be useful libraries that aren't available via Homebrew so you're stuck with pip anyway.

What do you think?

@sb2nov
Copy link
Owner

sb2nov commented Sep 4, 2016

@myyc I think that'll be a great. I'm actually thinking of working on a docker guide and then creating a set of useful environments there.

@rowmatrix
Copy link
Contributor

@sb2nov @myyc This could solved using pyenv (similar to rbenv) https://github.com/yyuu/pyenv
You could install anaconda3 and anaconda2 in the same directory. Use anaconda3 as your primary python version and anaconda2 as a fail-safe. This way you don't need to install so many packages with brew or pip. I mention anaconda since you're doing data analysis, but you could also do python3 and python2 instead.

I can submit a PR that mentions pyenv as an alternative way to install Python. Personally, it's been a lifesaver for me!

@sb2nov
Copy link
Owner

sb2nov commented Oct 25, 2016

@rowmatrix that would be great, it'll be awesome to see a PR about this :)

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

No branches or pull requests

3 participants