Skip to content

Commit

Permalink
add warning to FAQ about PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarraga committed Sep 5, 2024
1 parent c15a069 commit da186d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mkdocs/docs/HPC/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,11 @@ Note that it is still preferred to submit a software installation request,
as the software installed by the HPC team will be optimized for the HPC environment.
This can lead to dramatic performance improvements.

!!! warning
Don't install software using `pip install --user` or `pip install --target` with `$PYTHONPATH`
as this can lead to conflicts with the software installed by the HPC team.
If you need to install software in your home directory, use a [Python virtual environment](./setting_up_python_virtual_environments.md).

### Is my connection compromised? Remote host identification has changed

On Monday 25 April 2022, the login nodes received an update to RHEL8.
Expand Down

0 comments on commit da186d6

Please sign in to comment.