osx - How to install the CPLEX Python API so that it is accessible in PyCharm 4.0 -


i struggling install package in python can used in pycharm 4.0 (running mac os x 10.10)

the package has installed using setup.py file (instructions here). can specify directory need install package.

i'm able run package if run python command line, , add installation directory pythonpath each time open terminal. said, not know how access package within pycharm.

is there default directory python packages should go pycharm can see package (if so, on mac os x 10.10?). otherwise, should modify pythonpath variable?


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -