JuliaPy / JuliaPy/PyCall.jl

Portable Installation of `PyCall`, `Conda` and `PyPlot`

Open
#890 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
1.5k
Forks
186
PR merge metrics
No merged PRs in 30d

Description

On its installation `PyCall`, `Conda` and `PyPlot` creates many files which embed absolute paths.
See https://github.com/JuliaPy/PyCall.jl/issues/767, https://github.com/JuliaPy/Conda.jl/issues/179, etc...
Also the file `qt.conf` on the `Conda` folder (Relates to `PyPlot`).

I wonder if:
1. The files will be written using relative paths instead of absolute paths.
2. In case (1) isn't achievable, could a function be added to `PyCall`, `Conda` and `PyPlot` to regenerate the files with the updated path?

Currently, the only option is to remove all of them, delete the folders (Including `Conda`), remove the precompilations files and reinstall.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.