Created
December 14, 2016 16:56
-
-
Save KarthiAru/49097f540b98f91951fe3e445373f852 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| conda create -n py34 python=3.4 anaconda | |
| source activate py34 | |
| source deactivate | |
| export PYTHONPATH="/opt/ibm/ILOG/CPLEX_Studio_Community1263/cplex/python/3.4/x86-64_linux:$PYTHONPATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment