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

added executables in bin folder #1253

Merged
merged 4 commits into from
Nov 18, 2014
Merged

added executables in bin folder #1253

merged 4 commits into from
Nov 18, 2014

Conversation

kelvinxu
Copy link
Contributor

Created executables in bin as part of #1136.

@@ -76,6 +76,7 @@ def run(self):
long_description=open('README.rst').read(),
dependency_links=['git+http://github.com/Theano/Theano.git#egg=Theano'],
install_requires=['numpy>=1.5', 'pyyaml', 'argparse', "Theano"],
scripts=['bin/pylearn2-plot_monitor', 'bin/pylearn2-print_monitor', 'bin/pylearn2-show_examples', 'bin/pylearn2-show_weights', 'bin/pylearn2-train']
Copy link
Contributor

Choose a reason for hiding this comment

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

Have you tested this? Does scripts=['pylearn2/bin'] not work?

@bartvm
Copy link
Contributor

bartvm commented Nov 18, 2014

Not sure if there is actually a convention for this, but I think Unix executables generally use dashes and not underscores for names. Either way, let's not mix them, so maybe change the file names to pylearn2-plot-monitor or pylearn2_plot_monitor.

bartvm added a commit that referenced this pull request Nov 18, 2014
added executables in bin folder
@bartvm bartvm merged commit b3d904d into lisa-lab:master Nov 18, 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