Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
env::venv::create
create(path: String)
Parameter
Type
Description
path
String
Where the environment should be created, including the name of the new folder
Creates a new Python virtual environment.
Returns
(nil)