Cautioned
-
1.8
Score of 5
-
7
Entries
-
2
Profiles
Upgrading pip3
Installing custom modules within your virtual environment
When working with Python projects, it's always a good idea to create a virtual environment. This allows you to create an isolated environment, separate from the system version of Python. Any changes you make to this virtual environment only affects the single project, nothing else. In this way, it's a very safe way to test your projects as they can be deleted and rebuilt very easily. View the following article for further details.