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

fix for scikit-learn install #10

Merged
merged 2 commits into from
Nov 4, 2014
Merged

fix for scikit-learn install #10

merged 2 commits into from
Nov 4, 2014

Conversation

gusy
Copy link

@gusy gusy commented Nov 3, 2014

No description provided.

@gusy
Copy link
Author

gusy commented Nov 3, 2014

Related to issue #9

@@ -28,6 +28,7 @@ puts-warn() {

# Usage: $ set-env key value
set-env() {
export "$1=$(eval echo $2)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You missed a closing quote here. I don't see how this code works without the quote.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Totally right!

@branliu0
Copy link
Owner

branliu0 commented Nov 4, 2014

Yup, I tried using your master branch on a test case, and it failed on that line.

branliu0 added a commit that referenced this pull request Nov 4, 2014
fix for scikit-learn install. Closes #9.
@branliu0 branliu0 merged commit ad1b108 into branliu0:master Nov 4, 2014
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.

2 participants