Skip to content

Commit f37a932

Browse files
committed
remove temporary file
1 parent cf19cc7 commit f37a932

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

book/18-environments.ipynb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@
16361636
"id": "82715cd6",
16371637
"metadata": {},
16381638
"source": [
1639-
"**Tidy up**"
1639+
"**Tidy up**: remove files created in this section"
16401640
]
16411641
},
16421642
{
@@ -1647,16 +1647,9 @@
16471647
"outputs": [],
16481648
"source": [
16491649
"!rm -rf /tmp/cowsay-python\n",
1650-
"!rm -rf myvirtualenv-copy"
1650+
"!rm -rf myvirtualenv-copy\n",
1651+
"!rm -f requirements.txt"
16511652
]
1652-
},
1653-
{
1654-
"cell_type": "code",
1655-
"execution_count": null,
1656-
"id": "bd9e1fa3",
1657-
"metadata": {},
1658-
"outputs": [],
1659-
"source": []
16601653
}
16611654
],
16621655
"metadata": {

0 commit comments

Comments
 (0)