Old Project

Report a typo

Earlier in this topic, we've created a virtual environment called new_project. In the same way, let's create the old_project for maintaining a project that needs older package versions. To do that, just sort the lines to put them in the right order. Suppose that the operating system is Windows.

Put the items in the correct order
cd old_project
pip install requests==2.5.0
Scripts\activate.bat
python3 -m venv old_project
deactivate
___

Create a free account to access the full topic