cc_staff
284
edits
m (Added note about non functionnal venv on scratch) |
(Marked this version for translation) |
||
Line 579: | Line 579: | ||
Packages are often updated and this leads to a non-reproducible virtual environment. | Packages are often updated and this leads to a non-reproducible virtual environment. | ||
<!--T:100--> | |||
Another reason might be if one has created a virtual environment on <tt>$SCRATCH</tt>, then part of it may get deleted with the purge resulting in a non functionnal virtual environment. | Another reason might be if one has created a virtual environment on <tt>$SCRATCH</tt>, then part of it may get deleted with the purge resulting in a non functionnal virtual environment. | ||
<!--T:101--> | |||
To remedy that, one should pin the specific packages and their versions with | To remedy that, one should pin the specific packages and their versions with | ||
{{Commands | {{Commands |