What's the command to find out version of gcc is used inside a conda virtual environment? ...
How to recreate this effect in Photoshop?
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
How do I stop a creek from eroding my steep embankment?
Should I call the interviewer directly, if HR aren't responding?
Proof involving the spectral radius and the Jordan canonical form
do i need a schengen visa for a direct flight to amsterdam?
What does the "x" in "x86" represent?
Bonus calculation: Am I making a mountain out of a molehill?
Sorting numerically
Is there a "higher Segal conjecture"?
I am not a queen, who am I?
What would be the ideal power source for a cybernetic eye?
What is a Meta algorithm?
Is the argument below valid?
The logistics of corpse disposal
Is 1 ppb equal to 1 μg/kg?
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
How to find all the available tools in macOS terminal?
When to stop saving and start investing?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Do I really need recursive chmod to restrict access to a folder?
What do you call a phrase that's not an idiom yet?
Problem drawing boxes with arrows in tikZ
Why does Python start at index -1 when indexing a list from the end?
What's the command to find out version of gcc is used inside a conda virtual environment?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)What are the packages/libraries I should install before compiling Python from source?Need to have 2 versions of Python without using a VMAda Compilation problemInstall Numpy on multple python versionConda / apt-get & issues installing graph-toolPython: Anaconda path only added on demandHow to solve the conda virtual env and system env conflict on import cv2?Setting up virtual environment using conda but using pip inside itAttributeError in terminal running Anaconda navigator (ubuntu 18.04)In conda virtual environment,how to make “ sudo python exampy.py” don't using the version of python in system?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have a program to be compiled in which I need to have gcc
.
However, when a python 2.7
virtual conda
enviornment being installed, it needs gcc
. So I believe I don't have to install gcc
package seperately inside the enviornment. Is this true? And how do I actually see this?
Furthermore, gcc has already been installed in the system itself. I do not want the program to use this system gcc
when it's compiling but to use the gcc
version which is inside the enviornment. How do I actually test this? Thanks in advance!
This discussion might be useful.
python gcc python-2.7 anaconda conda
add a comment |
I have a program to be compiled in which I need to have gcc
.
However, when a python 2.7
virtual conda
enviornment being installed, it needs gcc
. So I believe I don't have to install gcc
package seperately inside the enviornment. Is this true? And how do I actually see this?
Furthermore, gcc has already been installed in the system itself. I do not want the program to use this system gcc
when it's compiling but to use the gcc
version which is inside the enviornment. How do I actually test this? Thanks in advance!
This discussion might be useful.
python gcc python-2.7 anaconda conda
add a comment |
I have a program to be compiled in which I need to have gcc
.
However, when a python 2.7
virtual conda
enviornment being installed, it needs gcc
. So I believe I don't have to install gcc
package seperately inside the enviornment. Is this true? And how do I actually see this?
Furthermore, gcc has already been installed in the system itself. I do not want the program to use this system gcc
when it's compiling but to use the gcc
version which is inside the enviornment. How do I actually test this? Thanks in advance!
This discussion might be useful.
python gcc python-2.7 anaconda conda
I have a program to be compiled in which I need to have gcc
.
However, when a python 2.7
virtual conda
enviornment being installed, it needs gcc
. So I believe I don't have to install gcc
package seperately inside the enviornment. Is this true? And how do I actually see this?
Furthermore, gcc has already been installed in the system itself. I do not want the program to use this system gcc
when it's compiling but to use the gcc
version which is inside the enviornment. How do I actually test this? Thanks in advance!
This discussion might be useful.
python gcc python-2.7 anaconda conda
python gcc python-2.7 anaconda conda
edited 10 mins ago
Jenny
asked 21 mins ago
JennyJenny
1018
1018
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134266%2fwhats-the-command-to-find-out-version-of-gcc-is-used-inside-a-conda-virtual-env%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134266%2fwhats-the-command-to-find-out-version-of-gcc-is-used-inside-a-conda-virtual-env%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown