Skip to content

41 properly format pip install path on windows#45

Merged
nir0s merged 1 commit intomasterfrom
41-properly-format-pip-install-path-on-windows
Jun 13, 2016
Merged

41 properly format pip install path on windows#45
nir0s merged 1 commit intomasterfrom
41-properly-format-pip-install-path-on-windows

Conversation

@nir0s
Copy link
Copy Markdown
Contributor

@nir0s nir0s commented Jun 9, 2016

it appears that on Windows based platforms the default pip install path(for Python < 2.7.9) is C:\Python27\Scripts however wagon assumed it is located along-side python inside os.path.dirname(sys.executable) which is C:\Python27 and therefore failed to work on Windows based platforms.

this patch resolves that issue.

it appears that on Windows based platforms the default pip install path(for Python < 2.7.9) is C:\Python27\Scripts however wagon assumed it is located along-side python inside os.path.dirname(sys.executable) which is C:\Python27 and therefore failed to work on Windows based platforms.

this patch resolves that issue.

Note that when in a virtualenv, wagon will try to provide the virtual env path so that pip is found in the correct path
@nir0s nir0s force-pushed the 41-properly-format-pip-install-path-on-windows branch from 14b770c to c059b54 Compare June 9, 2016 20:16
@nir0s nir0s merged commit 4e81ff5 into master Jun 13, 2016
@nir0s nir0s deleted the 41-properly-format-pip-install-path-on-windows branch June 13, 2016 11:29
@nir0s
Copy link
Copy Markdown
Contributor Author

nir0s commented Jun 15, 2016

Solves #41

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.

1 participant