Hello, so I want to ask some questions as I didn’t find answer to these.
- When I try to remove the Package that I installed before, it says it removed it. but when I go to the folder of packages that package exists in it. when I try to install again. It doesn’t download from the internet but rather from the same folder. Why is that?
- When A package installs it installs other packages like CSV, DataFrames etc. but When I try to use those it says doesn’t found. Why I have to download them again as it is taking much higher space?
- When we update any package the previous package files doesn’t get deleted just new files add up and taking so much space and I have to manually delete them. Why is that?
- Activating and adding the packages in new folder only include the project and Manifest toml files. where does the packages go then ? If It stores it in the package folder then what is the purpose of having different evironments for julia or creating new environments if it will be storing the packages in same package folder?