Replies: 1 comment
-
I think you can create 32-bit environments from a regular mambaforge installation. The trick is to use export |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the great package manager! I always enjoy working with it, especially when I need to recreate a complex environment,
mamba
does it in tens of seconds, whileconda
in tens of minutes (if it is not stuck)...However, from time to time I need to use 32bit Python, for example, to connect to some proprietary 32-bit libraries, and I have to switch back to
miniconda
instead ofmamba
because there is no 32bit version of mamba distribution on Windows.Is it possible to distribute a 32-bit version of 'mamba' for Windows alongside the 64-bit?
Beta Was this translation helpful? Give feedback.
All reactions