Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 9, 2015
1 parent c2f8187 commit 09902b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-env.sh
Expand Up @@ -31,6 +31,6 @@ echo " Build directory is: $BUILD_DIR"

export LD_LIBRARY_PATH=$MAKESTUFF_DIR/libs/libfpgalink/lin.x64/rel:$LD_LIBRARY_PATH
export PYTHONPATH=$MIGEN_DIR:$MISOC_DIR:$MAKESTUFF_DIR/libs/libfpgalink/examples/python/:$PYTHONPATH
export PATH=$CONDA_PATH/bin:/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64/:$PATH
export PATH=$CONDA_DIR/bin:/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64/:$PATH

alias python=python3

0 comments on commit 09902b3

Please sign in to comment.