Skip to content

Task install_dependencies doesn't work in version 0.11.3#311

Merged
arcivanov merged 1 commit intopybuilder:masterfrom
arcivanov:issue_310
Jan 8, 2016
Merged

Task install_dependencies doesn't work in version 0.11.3#311
arcivanov merged 1 commit intopybuilder:masterfrom
arcivanov:issue_310

Conversation

@arcivanov
Copy link
Member

PIP_EXECUTABLE is no more, replaced with sys.executable, '-m', 'pip'
Unit tests updated
Setup.py scaffolding updated

fixes #310, connected to #310

@arcivanov
Copy link
Member Author

@denisgarci as long as you're not using Python 2.6 you can test the fix with

pip install https://github.com/arcivanov/pybuilder/archive/issue_310.zip

`PIP_EXECUTABLE` is no more, replaced with `sys.executable, '-m', 'pip'`
Unit tests updated
Setup.py scaffolding updated

fixes pybuilder#310, connected to pybuilder#310
@arcivanov
Copy link
Member Author

@mriehl review please

arcivanov added a commit that referenced this pull request Jan 8, 2016
Task install_dependencies doesn't work in version 0.11.3
@arcivanov arcivanov merged commit dc2a50c into pybuilder:master Jan 8, 2016
@arcivanov arcivanov deleted the issue_310 branch January 8, 2016 17:56
@snordhausen
Copy link

Trying to access

https://github.com/arcivanov/pybuilder/archive/issue_310.zip

gives me a 404 Not Found. Is that some permission problem?

@arcivanov
Copy link
Member Author

@snordhausen you can already get the latest 0.11.4.dev version from PyPI - the issue was merged as I fixed all the problems on 2.6 - 3.5

@mriehl
Copy link
Member

mriehl commented Jan 8, 2016

👍

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.

Task install_dependencies doesn't work in version 0.11.3

3 participants