Skip to content

Instantly share code, notes, and snippets.

@dhaneshkk
Created August 22, 2016 07:08
Show Gist options
  • Select an option

  • Save dhaneshkk/2ce1e632fc01432f7d7aa9ff1d1883b4 to your computer and use it in GitHub Desktop.

Select an option

Save dhaneshkk/2ce1e632fc01432f7d7aa9ff1d1883b4 to your computer and use it in GitHub Desktop.
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