Tight Multiversion Python Re-development Cycle

Tight Multiversion Python Re-development Cycle


Set up a new Python virtual environment

cd \~/work/python
mkdir env3
# Create the virtual environment support
python3 -m venv env
# subdirectory bin created with all symlink'd executables (ie., pytest, python3, activate)

# Following source command CANNOT be done from a script file but only …
more ...

Python Code Syntax using Markdown

A short version of how to do code syntax for Python

more ...

Python Code Syntax Highlighter using RST format in Pelican

A short version of how to do code syntax for Python

more ...

Pages

  • Uses
  • About