From 2a3e6bf8a1fe1268052acb93674520c06bee6c82 Mon Sep 17 00:00:00 2001 From: "Steven R. Brandt" Date: Thu, 6 Sep 2018 09:39:21 -0500 Subject: [PATCH] Git rid of stuff at the top. --- Using-Cactus/Cactus-Funwave.ipynb | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Using-Cactus/Cactus-Funwave.ipynb b/Using-Cactus/Cactus-Funwave.ipynb index 36ed8f9..a7f54dc 100644 --- a/Using-Cactus/Cactus-Funwave.ipynb +++ b/Using-Cactus/Cactus-Funwave.ipynb @@ -9,25 +9,6 @@ "Step 1 is to download the code. Cactus uses a script named \"GetComponents\" to find and prepare all the source code modules that it needs for a given installation. The GetComponents script can be downloaded with a simple invocation of curl." ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import os\n", - "os.environ[\"PATH\"]=\"/opt/conda/envs/python2/bin:\"+os.environ[\"PATH\"]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "!python --version" - ] - }, { "cell_type": "code", "execution_count": null,