-
-
Notifications
You must be signed in to change notification settings - Fork 374
Manage compilers? #118
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi there,
when you use virtualenvs, it might be necessary to compile native extensions for python inside it (e.g. numpy/matplotlib).
Would it be of interest to manage installation of gcc/g++/gfortran for the virtualenv?
I would implement such thing, as I need it myself... ;)