17 | | But you will see an error message with an instruction for the workaround. Following the instruction, you have to clone the python environment. By default, your conda environments are located in your home directory. But, we recommend you to use your group project directory. Setting the CONDA_ENVS_PATH environment variable will tell Anaconda where to place and look for your conda environments. For example: |
| 17 | But you will see an error message due to your lack of write permission to the shared directory such as the following. |
| 18 | |
| 19 | |
| 20 | {{{ |
| 21 | EnvironmentNotWritableError: The current user does not have write permissions to the target environment. |
| 22 | environment location: /share/apps/centos7/anaconda3/2023.07 |
| 23 | uid: <your uid> |
| 24 | gid: <your gid> |
| 25 | }}} |
| 26 | |
| 27 | To avoid the above error, you'll have to clone the python environment. By default, your conda environments are located in your home directory. But, we recommend you to use your group project directory. Setting the CONDA_ENVS_PATH environment variable will tell Anaconda where to place and look for your conda environments. For example: |