Improving package setup #74
ndaelman-hu
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Which issues do you mean? At that point, you don't have anything on the PYTHONPATH. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Regarding adding that command so that PYTHONPATH is added to the venv, indeed, we could even have it as a shell script, maybe we can talk with Hampus about it? 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, going over the current version of the
README.md
, I have a question about the following step:pip install '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
After following this step, I was still encountering issues with the
$PYTHONPATH
. I found a pretty elegant solution from this thread, top answer no. 2 (not 1). This approach is very clean, as it confines the paths to the environment without having to install other utilities. The first suggestion, meanwhile, will end up affecting the global$PYTHONPATH
too (until a reboot at least). That's frankly unacceptable.@JosePizarro3 I suggest we add a line about this. Before opening an issue, I 'd like to know what other reasons the aforementioned command has.
Beta Was this translation helpful? Give feedback.
All reactions