Add system-wide library after installation of Firedrake #4787
-
|
I installed Firedrake following the basic instructions of the Documentation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
As with your previous question, this one goes to how Python works rather than Firedrake. If you are using a virtual environment then this creates an isolated Python and you need to install any packages you need in there. Compared to PETSc, they're all going to be small so there is no real cost to having multiple copies of Python packages in different virtual environments on your system. |
Beta Was this translation helpful? Give feedback.
As with your previous question, this one goes to how Python works rather than Firedrake. If you are using a virtual environment then this creates an isolated Python and you need to install any packages you need in there. Compared to PETSc, they're all going to be small so there is no real cost to having multiple copies of Python packages in different virtual environments on your system.