Skip to content

Commit 8275e82

Browse files
Oprava příkazu pro instalaci virtualenv (#40)
1 parent d556e19 commit 8275e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lessons/beginners/install/linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ alternativu, Virtualenv:
103103
* **Ubuntu**:
104104
{% filter markdown(inline=True) %}
105105
```console
106-
$ sudo apt-get install python-virtualenv
106+
$ sudo apt-get install python3-virtualenv
107107
```
108108
{% endfilter %}
109109

0 commit comments

Comments
 (0)