[azom ~]$ ls
env
[azom ~]$ pen delete
Are you sure you want to delete the virtual environment? (y/N)
y
Deleting the virtual environment in the current directory
Deletion of virual environnement ./env successful
[azom ~]$ pen c 3.9.3
Creating Python virtual environnement with version: 3.9.3
Installing Python version: 3.9.3
Downloading files... (1/7)
Extracting tarball... (2/7)
Configuring Python... (3/7)
Compiling (this might take a few minutes)... (4/7)
Finishing Build... (5/7)
Moving files... (6/7)
Verifying install... (7/7)
Python version 3.9.3 installed successfully.
Virtual environment created at ./env
[azom ~]$ ls
env %{http_code}
[azom ~]$ ls env [azom ~]$ pen delete Are you sure you want to delete the virtual environment? (y/N) y Deleting the virtual environment in the current directory Deletion of virual environnement ./env successful [azom ~]$ pen c 3.9.3 Creating Python virtual environnement with version: 3.9.3 Installing Python version: 3.9.3 Downloading files... (1/7) Extracting tarball... (2/7) Configuring Python... (3/7) Compiling (this might take a few minutes)... (4/7) Finishing Build... (5/7) Moving files... (6/7) Verifying install... (7/7) Python version 3.9.3 installed successfully. Virtual environment created at ./env [azom ~]$ ls env %{http_code}