Advertisement
arcanosam

Building Python with Pyenv and TclTK 8.6.6 in CentOS7

Jun 10th, 2017
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # still not working...
  4.  
  5. env PYTHON_CONFIGURE_OPTS="--with-tcltk-includes=-'-I/home/myuser/Tools/tcltk866/include' --with-tcltk-libs='-L/home/myuser/Tools/tcltk866/lib'" pyenv install 3.6.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement