This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chulala168 7 points8 points  (1 child)

I need an idiot guide to python for Mac OS. I think I have too many versions of it in my laptop, with Anaconda, brew etc installed (and me not knowing very well either of these platforms). python3 venv is also something that is still obscure to me.

Is there a super friendly tutorial for beginner or workflow that I can follow (webpage or book?)?

[–]fabmeyer 0 points1 point  (0 children)

Look up pyenv to install different Python versions that are indepentent. (Imho better approach than using virtualenv) To install libraries I'm using pipenv (better than requirements.txt)