You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
878 B
878 B
Python
Summary: Work with Python.
Available Commands
pip
Use the pip command. Argument is the package name.
op(str): The operation;install(the default) orremove.upgrade(bool): Upgrade the package.venv(str): The name of the virtual environment to use.version(int): The pip version to use. Default3
[install django]
pip: django
cd: /path/to/project
venv: python
pip_file
Alias: pipf
Install packages from a pip file.
venv(str): The name of the virtual environment to use.version(int): The pip version to use. Default3
[install dependencies]
pip_file: deploy/packages/testing.pip
cd: path/to/project
venv: python
virtualenv
Create a python virtual environment. Argument is the environment name.
[create the virtual environment]
virtualenv: python
cd: /path/to/project