Commands often used in the development environment during Python implementation

This is a memo for myself. .. .. Will be added at any time.

Premise

Use it while moving to the project root.

venv start / stop

venv\script\activate venv\script\deactivate

Server startup

python manage.py runserver --setting={prj_name}.local_settings.py

proxy authentication

set HTTP_PROXY=http://{id}:{password}@{host}:{port} set HTTPS_PROXY=http://{id}:{password}@{host}:{port}

Recommended Posts

Commands often used in the development environment during Python implementation
Development environment in Python
8 Frequently Used Commands in Python Django
I tried to summarize the commands often used in business
Checking the NAOqi Python development environment
Disk-related commands often used in Ubuntu (memories)
The strongest Python development environment PyCharm's recommendation
The strongest Python integrated development environment PyCharm
Commands often used in the terminal (EC2 server) (for your own viewing)
Introduction to Python Let's prepare the development environment
Why the Python implementation of ISUCON 5 used Bottle
Install the python package in an offline environment
Code often used in Python / Django apps [prefectures]
[Modint] Decoding the AtCoder Library ~ Implementation in Python ~
Python scikit-learn A collection of predictive model tips often used in the field
Python scikit-learn A collection of predictive model tips often used in the field
RNN implementation in python
ValueObject implementation in Python
Python development environment construction
About Python development environment
virtual environment in python
python2.7 development environment construction
Framework development in Python
SVM implementation in python
Slackbot development in Python
Used from the introduction of Node.js in WSL environment
Note the frequently used options in Python + Selenium + Chrome
Japanese can be used with Python in Docker environment
A collection of code often used in personal Python
Use the CASA Toolkit in your own Python environment
A collection of Excel operations often used in Python
A reminder about the implementation of recommendations in Python
python memo (for myself): About the development environment virtualenv
[Internal_math version (2)] Decoding the AtCoder Library ~ Implementation in Python ~
Unify the environment of the Python development team starting with Poetry
Download the file in Python
Check the operation of Python for .NET in each environment
Run shell commands in python
Django + MongoDB development environment maintenance (in the middle of writing)
Settings often used in Jupyter
Build a Python development environment in Eclipse (add HTML editor)
Handle environment variables in Python
Building a development environment for Android apps-creating Android apps in Python
Video cannot be loaded with Spyder in Python development environment
I tried to summarize the code often used in Pandas
Organize your Python development environment
[ev3dev × Python] Build ev3dev development environment
After enabling the python virtual environment in the batch file, run the python file
Python development in Visual Studio 2017
Pharmaceutical company researchers have summarized the operators used in Python
[MEMO] [Development environment construction] Python
Frequently used commands in virtualenv
How to get into the python development environment with Vagrant
Neural network implementation in python
[For organizing] Python development environment
[Tips] Problems and solutions in the development of python + kivy
Implementation of quicksort in Python
UpNext2 Development Record # 1 Build Python CI environment in VS Code
Python development in Visual Studio
Solved the trap that Rails commands could not be used after using the development environment with Docker
Django cannot be installed in the development environment of pipenv + pyenv