Skip to content

Commit

Permalink
Remove confusing (myvenv) from pythonanywhere prompt
Browse files Browse the repository at this point in the history
When you navigate into the project directory
at that point of the tutorial in pythonanywhere you
actually see something along the lines of:

```
(myvenv) somestuffhere (master)$
```

I think it's simpler to not have the `(myvenv)`
part at all (since it's not needed/relevant in that step)
and only have what people need to type in.
  • Loading branch information
Geekfish committed Apr 23, 2016
1 parent a9a72ba commit 105dc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Once we've done that, we upload (push) our changes up to Github:

```
$ cd ~/my-first-blog
(myvenv)$ git pull
$ git pull
[...]
```

Expand Down

0 comments on commit 105dc41

Please sign in to comment.