Troubleshooting
If you encounter issues with virtual environments in Paradime Code IDE:
The first step in troubleshooting is to delete the virtual environment and recreate it. Use these commands:
Note:
This assumes the virtual environment is called
.my_venv
The second command only moves the local folder if it exists
The
.local
folder is a user-level virtual environment directory
After deleting, recreate the virtual environment using the steps outlined in the Creating a Virtual Environment section.
Ensure you're in the correct directory when creating and activating the virtual environment.
Verify that the correct version of Python is being used (you can check with
python --version
).If activation fails, try recreating the virtual environment.
Last updated