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

Script to create python enviroment and run DashAI #202

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

Lucas-CE
Copy link
Collaborator

Summary

This pull request introduces a script to automate the creation of a python virtual environment, installing dependencies, and running DashAI frontend and backend.

This automation only works if the PATH environment variable with the name 'python' points to a Python 3.8 executable. Given that when creating the environment the command python -m venv name is used in the script.

Copy link
Collaborator

@pbadillatorrealba pbadillatorrealba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is not a good practice to include this kind of scripts in the repository.
Instead, I think this file should be transformed into a section of the readme, or failing that, update the existing one with these instructions.
Now, if it is something you want to keep, I would recommend moving the script to a specific script folder, something like DashAI/scripts.

@Lucas-CE Lucas-CE marked this pull request as draft January 8, 2025 15:51
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

Successfully merging this pull request may close these issues.

2 participants