environment共18篇
SetUp Python virtual environment-拾光赋

SetUp Python virtual environment

SetUp Python virtual environment, What is virtual environment? A tool to create an isolated environment to run the different projects with their own dependence. For example: If you...
kity的头像-拾光赋kity5年前
03115
Dealing with Environment Variables in Flask-拾光赋

Dealing with Environment Variables in Flask

Dealing with Environment Variables in Flask,Welcome to yet another article. Thanks for being a dedicated reader. More knowledge unto you, more skills learnt, and a better you. Befo...
kity的头像-拾光赋kity4年前
04815
Playing with Python in node-拾光赋

Playing with Python in node

Playing with Python in node,Good days of playing with just to get burned are still alive. Just like playing with python in node and forcing the square in a circle. What an experien...
kity的头像-拾光赋kity1年前
02713
Jedi PyPi error-拾光赋

Jedi PyPi error

Jedi PyPi error,ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'Python38\site-packages\jedi\third_party\django-stubs\django-stub...
kity的头像-拾光赋kity5年前
03413
Manage environment variables with decouple in Python-拾光赋

Manage environment variables with decouple in Python

Manage environment variables with decouple in Python,In this post we're going to talk about how to set up environment variables for any Python project that we develop. Python-decou...
kity的头像-拾光赋kity4年前
02912
Brew Install Java Installing Java on MacOS using Homebrew and JEnv-拾光赋

Brew Install Java Installing Java on MacOS using Homebrew and JEnv

Brew Install Java Installing Java on MacOS using Homebrew and JEnv,I think its fair to say that going through the process of installing Java on any machine is in of itself a bit co...
kity的头像-拾光赋kity5年前
02811
Python Virtual Environment Setup-拾光赋

Python Virtual Environment Setup

Python Virtual Environment Setup, Python Virtual Environment Setup Post created at 2022-12-12 10:30 Setting your virtual environment with another python version. While I'm writing ...
kity的头像-拾光赋kity3年前
03511
django-environ with Lists Environment Varibles in .env Files-拾光赋

django-environ with Lists Environment Varibles in .env Files

django-environ with Lists Environment Varibles in .env Files, Issue django-environ is the Python package that allows you to use Twelve-factor methodology to configure your Django a...
kity的头像-拾光赋kity4年前
02411
Conda tip from a `requirements.txt` type of person-拾光赋

Conda tip from a `requirements.txt` type of person

Conda tip from a `requirements.txt` type of person,I am a requirements.txt (venv/pipenv) type of person. I have my reasons for that, but I won't mention these reasons here (well, t...
kity的头像-拾光赋kity3年前
03510
Python default location-拾光赋

Python default location

Python default location,How do I change the default python path on macOS - Catalina. I have python3 installed in /usr/local/lib but I am not how to properly change the path from /u...
kity的头像-拾光赋kity5年前
0259
Testing Environment variable in pytest-拾光赋

Testing Environment variable in pytest

Testing Environment variable in pytest,Suppose, we have a method that uses environment variables. import os def get_env_vars(): user = os.environ['USER'] token = os.environ['TOKEN'...
kity的头像-拾光赋kity4年前
0338
PyEnv & Poetry - BFFs-拾光赋

PyEnv & Poetry – BFFs

PyEnv & Poetry - BFFs , What is this? This is a resource made, admittedly mostly for myself, that will allow me to recall a method of Python dev environment management I don't disl...
kity的头像-拾光赋kity2年前
0478