azomDev / pen

An easy-to-use tool for effortlessly managing virtual environments with specific Python versions
MIT License
4 stars 2 forks source link

creation of unwanted %{http_code} file #21

Closed azomDev closed 3 months ago

azomDev commented 3 months ago

[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}