I attempt to create a virtual environment (and store my Python scripts) at directory /Users/MyName/Desktop/TestFolder
. Specifically, I'd like to use numpy 1.8.0 in the virtual environment.
My default project interpreter in PyCharm is ~/anaconda/bin/python
. How do I do this in PyCharm?