vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.28k stars 590 forks source link

fix: correct $VAEX_PATH_HOME -> $VAEX_PATH #2101

Closed maartenbreddels closed 2 years ago

maartenbreddels commented 2 years ago

For some reason we used $VAEX_PATH_HOME, while documented it as $VAEX_HOME

It should have been $VAEX_HOME. For backward compatibility we still use $VAEX_PATH_HOME if is is set.

cc @eff-kay

eff-kay commented 2 years ago

@maartenbreddels if the VAEX_PATH_HOME is there just because of us, then you can safely remove it 🙂

maartenbreddels commented 2 years ago

Yes, but others might also use it, I've been bitten by backward incompatibilities too many times in my life that I can't help but avoid them :)