-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Description
When running julia 1.6.0 on Linux like:
julia --bug-report=rr --project=@. runtests.jl
It will modify the project's environment:
[ Info: Loading BugReporting package...
[ Info: Package `BugReporting` not found - attempting temporary installation
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General`
Resolving package versions...
Updating `~/JC/pkgs/MyProject.jl/Project.toml`
[bcf9a6e7] + BugReporting v0.1.3
Updating `~/JC/pkgs/SPICEFrontend.jl/Manifest.toml`
[4f1ea46c] + AWSCore v0.6.17
[1c724243] + AWSS3 v0.6.12
[bcf9a6e7] + BugReporting v0.1.3
...
while it should create a temporary environment and not modify the user's project environment.
Metadata
Metadata
Assignees
Labels
No labels