metaerginstall helper
Closed this issue · 1 comments
I have been trying to install metaerg using the bash script but I am getting an error: InstallMetaErg.sh: line 55: activate: No such file or directory. I have tried changing line 55 with ./ pointing to path to metaerginstall but it does not work. Can you please assist. Thanks.
$bash installMetaErg.sh metaerginstall 2>&1 | tee metaErgInstallLog.txt
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... done
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
To activate this environment, use
$ conda activate /home/ubuntu/metaerginstall
To deactivate an active environment, use
$ conda deactivate
installMetaErg.sh: line 55: activate: No such file or directory
The issue is now resolved.
$conda activate base
$which activate
points to ....../opt/anaconda3/bin/activate
Thanks for the easy installation script.
Regards
Bharat