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/05/06 13:48] – [Using xstow for local installations] dgarcia | tutorials:using_xstow_for_local_installations [2022/09/20 00:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
* Install xstow | * Install xstow | ||
+ | <code bash> | ||
sudo apt-get install xstow | sudo apt-get install xstow | ||
+ | </ | ||
* We need to modify some environmental variables (in your .bashrc file): | * We need to modify some environmental variables (in your .bashrc file): | ||
- | + | <code bash> | |
- | export PYTHON_VERSION=$(basename $(readlink -e $(which python))) | + | export PYTHON_VERSION=$(basename $(readlink -e $(which python))) |
- | export PATH=${HOME}/ | + | export PYTHON3_VERSION=$(basename $(readlink -e $(which python3))) |
- | export LD_LIBRARY_PATH=${HOME}/ | + | export PATH=${HOME}/ |
- | export LIBRARY_PATH=${LD_LIBRARY_PATH}: | + | export LD_LIBRARY_PATH=${HOME}/ |
- | export CPATH=${HOME}/ | + | export LIBRARY_PATH=${LD_LIBRARY_PATH}: |
- | export LDFLAGS=" | + | export CPATH=${HOME}/ |
- | export PKG_CONFIG_PATH=${HOME}/ | + | export LDFLAGS=" |
- | export CMAKE_INCLUDE_PATH=${CPATH} | + | export PKG_CONFIG_PATH=${HOME}/ |
- | export CMAKE_LIBRARY_PATH=${LIBRARY_PATH} | + | export CMAKE_INCLUDE_PATH=${CPATH} |
- | export PYTHONPATH=${HOME}/ | + | export CMAKE_LIBRARY_PATH=${LIBRARY_PATH} |
+ | 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. | ||
* Make the basic directory structure | * Make the basic directory structure | ||
+ | <code bash> | ||
mkdir -p local/src | mkdir -p local/src | ||
mkdir -p local/DIR | mkdir -p local/DIR | ||
- | | + | </ |
==== Example ==== | ==== Example ==== | ||
tutorials/using_xstow_for_local_installations.1557150489.txt.gz · Last modified: 2022/09/20 00:08 (external edit)