Writing /var/lib/dokuwiki/data/meta/tutorials/using_xstow_for_local_installations.meta failed
tutorials:using_xstow_for_local_installations
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:using_xstow_for_local_installations [2019/08/22 18:53] – [Using xstow for local installations] amora | tutorials:using_xstow_for_local_installations [2022/09/20 00:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
* We need to modify some environmental variables (in your .bashrc file): | * We need to modify some environmental variables (in your .bashrc file): | ||
<code bash> | <code bash> | ||
- | | + | export PYTHON_VERSION=$(basename $(readlink -e $(which python))) |
- | export PYTHON3_VERSION=$(basename $(readlink -e $(which python3))) | + | export PYTHON3_VERSION=$(basename $(readlink -e $(which python3))) |
- | export PATH=${HOME}/ | + | export PATH=${HOME}/ |
- | export LD_LIBRARY_PATH=${HOME}/ | + | export LD_LIBRARY_PATH=${HOME}/ |
- | export LIBRARY_PATH=${LD_LIBRARY_PATH}: | + | export LIBRARY_PATH=${LD_LIBRARY_PATH}: |
- | export CPATH=${HOME}/ | + | export CPATH=${HOME}/ |
- | export LDFLAGS=" | + | export LDFLAGS=" |
- | export PKG_CONFIG_PATH=${HOME}/ | + | export PKG_CONFIG_PATH=${HOME}/ |
- | export CMAKE_INCLUDE_PATH=${CPATH} | + | export CMAKE_INCLUDE_PATH=${CPATH} |
- | export CMAKE_LIBRARY_PATH=${LIBRARY_PATH} | + | export CMAKE_LIBRARY_PATH=${LIBRARY_PATH} |
- | export PYTHONPATH=${HOME}/ | + | export PYTHONPATH=${HOME}/ |
</ | </ | ||
* Please add this exports to the .bashrc file in your home directory. Please logout and login from your graphical session after modifying the .bashrc file. This is necessary in order to have the changes available in any new opened console. | * Please add this exports to the .bashrc file in your home directory. Please logout and login from your graphical session after modifying the .bashrc file. This is necessary in order to have the changes available in any new opened console. |
tutorials/using_xstow_for_local_installations.1566499990.txt.gz · Last modified: 2022/09/20 00:08 (external edit)