Hello everyone, I hope you're all doing well. I'm ...
# ieee-sscs-dc-24
a
Hello everyone, I hope you're all doing well. I'm encountering an issue while running the test_glayout.py script on my CentOS 7 VM. I didn't use the docker approach instead I installed the tools on my VM using the provided env setup guidelines document. Thank you in advance for your assistance.
c
Can you manually check if the magic executable is installed I think just typing
magic
in the command prompt should suffice
a
I actually did try installing it manually and it is inside the
pkgs
folder
typing magic outputs
bash: magic: command not found...
c
seems like the system cant find the path to the conda executables
a
So what to do :)
What are they so I can add them manually
c
can you do
echo $PATH
in a bash terminal
a
I checked the
.bashrc
there is nothing related to magic as a PATH variable
c
No I meant just send the output of the echo command here, the conda executable might not be in path here And magic is installed with conda
d
Hi there i am also stuck at same point. I have shared output of echo $PATH