mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 20:49:49 +02:00
Fix: Change "virutalenv" to "virtualenv" (#7184)
This commit is contained in:
@@ -1120,7 +1120,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"_IXXTSwQOgYzYIUuKVWNE": {
|
"_IXXTSwQOgYzYIUuKVWNE": {
|
||||||
"title": "virutalenv",
|
"title": "virtualenv",
|
||||||
"description": "`virtualenv` is a tool to create isolated Python environments. It creates a folder which contains all the necessary executables to use the packages that a Python project would need.\n\nLearn more about `virtualenv` by visiting the following resources:",
|
"description": "`virtualenv` is a tool to create isolated Python environments. It creates a folder which contains all the necessary executables to use the packages that a Python project would need.\n\nLearn more about `virtualenv` by visiting the following resources:",
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# virutalenv
|
# virtualenv
|
||||||
|
|
||||||
`virtualenv` is a tool to create isolated Python environments. It creates a folder which contains all the necessary executables to use the packages that a Python project would need.
|
`virtualenv` is a tool to create isolated Python environments. It creates a folder which contains all the necessary executables to use the packages that a Python project would need.
|
||||||
|
|
||||||
|
@@ -2927,7 +2927,7 @@
|
|||||||
},
|
},
|
||||||
"selected": false,
|
"selected": false,
|
||||||
"data": {
|
"data": {
|
||||||
"label": "virutalenv",
|
"label": "virtualenv",
|
||||||
"style": {
|
"style": {
|
||||||
"fontSize": 17,
|
"fontSize": 17,
|
||||||
"justifyContent": "flex-start",
|
"justifyContent": "flex-start",
|
||||||
|
Reference in New Issue
Block a user