Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmena authored Nov 13, 2023
1 parent 0852a0e commit 9316e6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/Installation/InstallationNotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,10 @@ For some combinations of gcc and python enviroment you could experience some iss
This is because the version of libstdc++ of the system is newer than the one used by the enviroment.
To fix it there are two options:

1. Change the symbolic link of libstdc++ in your scipion enviroment of conda:
1. Install compiler toolchain in conda:
``conda install c-compiler cxx-compiler``

2. Change the symbolic link of libstdc++ in your scipion enviroment of conda:

Verify the version of libstdc++.so... on the enviroment

Expand All @@ -380,7 +383,7 @@ To fix it there are two options:
``find /usr -name "libstdc++.so*"``

Back-up the target shared object

``mv libstdc++.so.VERSION_ENV. libstdc++.so.VERSION_ENV.old``

Change the target to point on the system's
Expand Down

0 comments on commit 9316e6f

Please sign in to comment.