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

Add uninstall script #80

Open
nodox opened this issue Mar 15, 2024 · 4 comments
Open

Add uninstall script #80

nodox opened this issue Mar 15, 2024 · 4 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed P2

Comments

@nodox
Copy link

nodox commented Mar 15, 2024

There are a lot of dependencies that at install or upgraded. we need a better story on how to undo that changes by this project

@wintonzheng
Copy link
Contributor

Thanks for reporting. We'll add an uninstall script.

In the meanwhile if you want to manually remove dependencies we installed:

  • poetry: brew uninstall poetry
  • postgres: brew uninstall postgresql@14 (⚠️ Please make sure your data is backed up if you already have a local postgres installed before running skyvern)

@LawyZheng
Copy link
Collaborator

also, remember to remove poetry virtual env before removing poetry.
by executing poetry env info --path, you can get the virtual env path where the dependencies are installed.

@suchintan
Copy link
Contributor

@nodox you can pretty much just delete the repo folder and most things will go away. Poetry usually installs things in a local .env folder (NOT to your global python!)

@suchintan suchintan added good first issue Good for newcomers help wanted Extra attention is needed P2 labels Mar 22, 2024
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the Stale label Apr 22, 2024
@suchintan suchintan removed the Stale label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed P2
Projects
None yet
Development

No branches or pull requests

4 participants