Created
August 22, 2016 07:08
-
-
Save dhaneshkk/2ce1e632fc01432f7d7aa9ff1d1883b4 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 superbad scikit-learn pip ipython | |
| source activate superbad | |
| pip install -e fnawesome # installing into superbad site packages | |
| ipython # runs superbad ipython | |
| python # runs the environment's python with access to fnawesome | |
| source deactivate | |
| ipython # no access to fnawesome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment