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

Fails when requirements.txt doesn't exist? #8

Open
AlecTaylor opened this issue Jan 23, 2014 · 3 comments
Open

Fails when requirements.txt doesn't exist? #8

AlecTaylor opened this issue Jan 23, 2014 · 3 comments

Comments

@AlecTaylor
Copy link

I note from your code in worker.js that it shouldn't be happening... but it is:

$ virtualenv.py /home/alectaylor/.strider/.venv python 9m

New python executable in /home/alectaylor/.strider/.venv/bin/python
Installing setuptools...............................done.
Installing pip.....................done.

prepare
$ git clone --recursive [email protected]:<company_name>/<proj_name> . -b master --single-branch bitbucket

Cloning into '.'...
Checking connectivity... done

$ git checkout -qf master bitbucket 9m

$ sh -x -c 'pip install -r requirements.txt' 

This particular project is simple; and has no dependencies outside the stdlib; so doesn't need a requirements.txt.

Can you please fix this bug? - Thanks

@knownasilya
Copy link
Member

Are you recommending that pip install be optional?

@AlecTaylor
Copy link
Author

No, just that there is a bug which needs fixing.

Note also, that though both comments were made in January, mine was in: 2014, and yours: 2015.

@knownasilya
Copy link
Member

@AlecTaylor so the default command is pip install -r requirements.txt, you must specify something else, anything, to override that. So maybe put in an echo or something.

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

2 participants