-
Notifications
You must be signed in to change notification settings - Fork 282
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
context anaconda pyenv pycharm #155
base: master
Are you sure you want to change the base?
Conversation
``` | ||
curl https://pyenv.run | bash | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The files above seem to duplicate some of the information already in
https://github.com/dssg/hitchhikers-guide/tree/master/sources/curriculum/setup/software-setup
Could you please combine the two versions in one place.
|
||
Download miniconda from [Conda site, miniconda distribution]( https://docs.conda.io/en/latest/miniconda.html) and follow the instructions. | ||
|
||
+ Installing pyenv: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need both anaconda
and pyenv
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't, its just another option
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah! Ok! So maybe we should write that at the beginning, something that clarifies that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When combining with the vm section in https://github.com/dssg/hitchhikers-guide/tree/master/sources/curriculum/setup/software-setup this should get solved.
|
||
**Why not just a text editor** | ||
|
||
Sublime and Atom have become very common for developing scripts, they even let you load a project so that you can access all your scripts on an easy way, but they lack the debug functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't agree with this. Actually you can argue just the contrary. We should remove this paragraph.
(Quite open for discuss this)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm also in favour of removing this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any update on this? @silil
Also, now there are conflicts
adding more context on anaconda, miniconda, pyenv and pycharm installation.