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

feature: micromamba download from mirror #2178

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

saikonen
Copy link
Collaborator

add support for downloading micromamba from high-throughput mirror

@saikonen saikonen requested a review from savingoyal December 13, 2024 17:28
@saikonen saikonen force-pushed the feature/micromamba-download-from-mirror branch from 5e08eb0 to d939356 Compare January 3, 2025 15:24
@@ -338,23 +339,37 @@ def _install_micromamba(installation_location):
# Unfortunately no 32bit binaries are available for micromamba, which ideally
# shouldn't be much of a problem in today's world.
platform = conda_platform()
try:
subprocess.Popen(f"mkdir -p {installation_location}", shell=True).wait()
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we need to create the install location?

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