

Type "help", "copyright", "credits" or "license" for more information.Directions for setting up Anaconda Python and P圜harm IDE

src/configure -v -with-pkgversion='Ubuntu 7.2.0-8ubuntu3.2' -with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs -enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ -prefix=/usr -with-gcc-major-version-only -program-suffix=-7 -program-prefix=x86_64-linux-gnu-enable-shared -enable-linker-build-id -libexecdir=/usr/lib -without-included-gettext -enable-threads=posix -libdir=/usr/lib -enable-nls -with-sysroot=/ -enable-clocale=gnu -enable-libstdcxx-debug -enable-libstdcxx-time=yes -with-default-libstdcxx-abi=new -enable-gnu-unique-object -disable-vtable-verify -enable-libmpx -enable-plugin -enable-default-pie -with-system-zlib -with-target-system-zlib -enable-objc-gc=auto -enable-multiarch -disable-werror -with-arch-32=i686 -with-abi=m64 -with-multilib-list=m32,m64,mx32 -enable-multilib -with-tune=generic -enable-offload-targets=nvptx-none -without-cuda-driver -enable-checking=release -build=x86_64-linux-gnu -host=x86_64-linux-gnu -target=x86_64-linux-gnu So to reprase my question, can we use the gcc inside the virtual to compile the program? or do I have to install gcc inside the env? (yourenvname) ~$gcc -vĬOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapperĬonfigured with.

"If you download python binaries, it's already compiled and doesn't use your gcc" How do I actually test this? Thanks in advance! 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. Is this true? And how do I actually see this?įurthermore, gcc has already been installed in the system itself. So I believe I don't have to install gcc package seperately inside the enviornment. However, when a python 2.7 virtual conda enviornment being installed, it needs gcc.

I have a program to be compiled in which I need to have gcc.
