Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caution about the .sh file to install de REFLEX code #20

Open
gabetancp opened this issue Jan 24, 2025 · 0 comments
Open

Caution about the .sh file to install de REFLEX code #20

gabetancp opened this issue Jan 24, 2025 · 0 comments

Comments

@gabetancp
Copy link

Dear developers,

I was installing the code usind the .sh file available in the repository.

This .sh file automatically creates the environment and proceedes with the installation, however, I was using the conda environments in the same folder of the REFLEX model. The .sh code has a line that removes all the data contained in the folder that you are installing this code, so all the environments that you might have configured are automatically deleted by this executable.

So, I know this code doesn't not have any user manual or so, but lines like shouldn't no be coded or at least, it should be some warning related with this setup.

These are the lines that provoke this deletion:

_# Delete old version of environmental file
cd $fp_env_folder_root

if [ -f $fp_env_file_reference ] ; then
rm $fp_env_file_reference
fi_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant