Python
Notes about Python virtual environment and PHP – Concatenate string array
Python virtual environment Setup a virtual environment activate the environment exist the environment: You can use absolute path to run the script, the result is same with virtual environment. The interpreter python3.7 under the folder my-env is symlink file point to your interpreter installed in system path just like /usr/local/bin/python3.7. You Read more…