-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Using tilde for git master ("~master") is a bad idea #23
Comments
The tilde is not used in path names anymore. However, it can still occur on a command line (e.g. |
I got the problem in mono-d when pointing to the library to get |
OK, so then I guess with the fixed paths everything is alright now... |
Hmm..? What do you mean by "fixed paths"? |
|
Ok. Seems unistalling a (system) module isn't implemented yet. Can I just delete the folder to test this new behavior? |
Yes, deleting should work fine. I'll make a ticket for uninstalling. |
Ticket for uinstalling #24 is resolved, closing this as well. |
Tools will often expand ~ to your home folder. Trying to reference the package directory will then expand to something like this:
The text was updated successfully, but these errors were encountered: