SandboxManagement(SBM) is a high-performance, visualized local sandbox management system. Users only need to decompress the compressed package and automatically configure the environment through scripts to help python beginners lower the barriers to programming learning. The concise visual page helps python developers manage projects efficiently and avoid site-packages between projects with the help of virtualenv and virtualenvwrapper-win libraries. Version conflict.
-
Download the program and interpreter through 👉link. (Support python version 3.X, if you need to change a different version of the interpreter, you need to name the interpreter folder
pyinterpreter
) -
For the first installation, after decompressing
sbm.zip
, double-clickfirstrun.bat
to install dependencies and upgrade pip.(Temporarily only supports the use of Windows system, please do not close the window during the installation process) -
After the installation is successful, double-click
runflask.bat
to start.
-
The main interface is to display the virtual environment, enter the virtual environment name in the input box, and click the Add button to create a virtual environment.
-
Display the virtual environment name, path and creation date, click on the name to view the list of site-packages installed in the virtual environment.
-
Move the mouse to the upper right corner of the card to display the remove button, click to remove the virtual environment.
-
Display the list of third-party libraries, enter the name of the third-party library in the input box, click Install to install site-packages through the pip package manager, move the mouse to the upper right corner of the site-package card to click uninstall.
-
Click the button above to open the Vscode editor for Python programming and running Python code.
-
Please make sure that the
Python
environment andPip
have been installed and configured in the development environment.Python official website 👉Python
Pip 👉Pip
-
After using
Git
to clone or download the zip, usePip
to install the requirements.pip install -r requirements.txt
-
Vscode and Python interpreter are modular designed, developers can replace them with any version. Python needs to rename the folder to
pyinterpreter
, vscode needs to rename the folder toCode
, and the exe file needs to be renamed tocode.exe
, and put the user data in thedata
folder.