Common utility methods for enterprise projects
Project description
Utils for All
The main library of the enterprise
1. Install venv Module (if needed)
The venv module is included in Python 3.3 and later, but make sure it's installed:
# On Debian/Ubuntu systems, you might need to install it explicitly:
sudo apt-get install python3-venv
2. Create a New Virtual Environment
In your project folder, run the following command to create a new virtual environment:
python3 -m venv venv_name
- Replace
venv_namewith your desired name for the virtual environment (commonly justvenv). - This command creates a
venv_name/directory with all the files
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
util4all-0.1.0.tar.gz
(2.4 kB
view hashes)