Skip to content

Conversation

@chaubold
Copy link
Contributor

Conda executes pip via python -m pip install ... when installing pip dependencies into the environment. Mamba is using pip install directly, but that does not work in environments with spaces in the path. This PR makes sure mamba als uses python -m pip install ... during the package installation process.

See #1805 for a longer discussion.

@wolfv
Copy link
Member

wolfv commented Jul 22, 2022

Thanks! nice fix.

@wolfv wolfv merged commit 32e47ae into mamba-org:master Jul 22, 2022
@wolfv
Copy link
Member

wolfv commented Jul 28, 2022

Hmm, it seems to have broken things on Windows for this Github Action: https://github.com/mamba-org/powerloader/runs/7553314516?check_suite_focus=true @chaubold

@wolfv
Copy link
Member

wolfv commented Jul 28, 2022

I think it may be related to using python vs python.exe.

@chaubold
Copy link
Contributor Author

chaubold commented Aug 3, 2022

Oh, good catch, thanks for the fix!

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