triadaeat.blogg.se

Python 3.5 download miniconda
Python 3.5 download miniconda












python 3.5 download miniconda
  1. #Python 3.5 download miniconda how to
  2. #Python 3.5 download miniconda install

condarc source activate $HOME/ic35/envs/test Sng> conda create -p $HOME/ic35/envs/test -clone root -offline Sng> module load python/3.5_intel # 3.5_intel was tested successfully Local> ssh -R 8899:localhost:8899 smng # incl. local/bin/proxy.py -port 8899 # if this port number is already occupied, please take another once >1024, which is free

#Python 3.5 download miniconda install

Local> pip install -upgrade -user proxy.py A session that was tested under a Linux PC (local): "module load python/3.5_intel", and then "conda create -p $WORK_/ic35/envs/test -clone root -offline" (if you want to install it into your WORK-directory)). A decription is to be found here: adaptation is to use the Intel Python installations on the SuperMUC-NG login nodes (e.g. There is a chance to download conda packages directly to the NG filesystem via a local HTTP proxy, and reverse SSH tunnels. Run python in the environment (my_env)$ pythonĭeactivate the environment to remove it from your path (my_env)$ source my_env/bin/deactivate If later on you need additional packages you have to go back to step 1Īlternative - via local HTTP proxy and reverse SSH tunnels:.When using the environment for the first time, update the executable paths and prefixes with the following command: (my_env)$ conda-unpack Unpack environment into directory my_env $ mkdir -p my_env $ tar -xzf my_ -C my_enĪctivate the environment: $ source my_env/bin/activate This adds my_env/bin to your path. Step 2: On SuperMUC-NG (no internet connection to outside) Then copy the tar file to SuperMUC-NG: $ scp my_ :~ Pack environment my_env into my_ $ conda pack -n my_env install the conda-pack package $ conda install conda-pack.Install all the packages that you want into a new environment (e.g.

#Python 3.5 download miniconda how to

  • in a VM on the SuperMUC-Cloud (see: Compute Cloud how to get a VM).
  • python 3.5 download miniconda

  • on your local machine (linux x86_64) or.
  • Step 1: On the machine with internet connection (local linux workstation or SuperMUC-Cloud instance) There is, however, a way to transfer conda environments from your local machine or the SuperMUC-Cloud to the SuperMUC File system easily: Method 1:

    python 3.5 download miniconda

    SuperMUC-NG does not allow for outgoing internet connections and therefore conda does not work out of the box (same for pip or R-CRAN).














    Python 3.5 download miniconda