Git Product home page Git Product logo

micromamba-releases's Introduction

micromamba - grab your release here!

This repository is used to distribute release builds of micromamba, the fast package manager for conda packages! micromamba is a single-file executable that is statically linked and can be dropped anywhere on the operating to get started with powerful package management and virtual environments.

To install, copy and paste the commands from the following sections. The pfx.dev URLs are just shorthands for the URLs to the raw files on Github from this repository.

Linux / macOS / Windows (git bash)

On Linux and macOS, this script downloads the micromamba release file and places it in ~/.local/bin. The script then asks you if you want to perform "shell initialization". If yes, shell initialization will add a block to your ~/.bashrc or .zshrc file. You can choose to do that later by executing micromamba shell init. Shell initialization is necessary to properly activate and deactivate virtual environments, however you can use micromamba without and use micromamba run -n myenv or micromamba shell -n myenv functions to run in or drop into virtual environments.

"${SHELL}" <(curl -L https://micro.mamba.pm/install.sh)

Windows

On Windows, the executable micromamba.exe is installed into $Env:LocalAppData\micromamba\micromamba.exe.

With Powershell:

Invoke-Expression ((Invoke-WebRequest -Uri https://micro.mamba.pm/install.ps1).Content)

micromamba-releases's People

Contributors

albertony avatar antoineprv avatar johanmabille avatar kxmh42 avatar pavelzw avatar wolfv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.