How can I install a conda environment when offline?
www.py4u.net › discuss › 21105It's totally absurd to download all these dependencies one by one and install them on the offline machine. Detail Solution. Get conda installed on another machine with same OS. Install the packages you need in an isolated virtual environment. # create a env named "myvenv", name it whatever you want # and install the package into this env conda ...
Downloading conda - Conda — Conda documentation
docs.conda.io › user-guide › installAre new to conda or Python. Like the convenience of having Python and over 1,500 scientific packages automatically installed at once. Have the time and disk space---a few minutes and 3 GB. Do not want to individually install each of the packages you want to use. Wish to use a curated and vetted set of packages. Choose Miniconda if you: