Skip to content

Commit 42039e9

Browse files
committed
let users know that we prefer they make their own container compatible overlay files
1 parent c86dfc9 commit 42039e9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/hpc/06_tools_and_software/04_python_packages_with_virtual_environments.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Python Packages with Virtual Environments
22

3-
In order to be able to install new Python packages and make your work reproducible, please use virtual environments.
43

5-
There is more than one way to create a private environment in Python.
4+
:::tip
5+
This page describes how you can create virtual environments without containers in `$SCRATCH`/`/home/$USER`. We strongly encourage you to create your computatinal environments within Overlay files attached to Apptainer containers [as described in this section](../07_containers/03_singularity_with_conda.md). Please note that creating both kinds of conda environments is strongly discouraged as it leads to packages from one environment being accidentally used in another.
6+
:::
7+
8+
9+
In order to be able to install new Python packages and make your work reproducible, please use virtual environments. There is more than one way to create a private environment in Python.
610

711
## Create project directory and load Python module
812
```sh

0 commit comments

Comments
 (0)