By following these steps, you can manage multiple Python versions and virtual environments efficiently using pyenv.
pyenv install <version>
# First import struct module. | |
import struct | |
# Return 64 means 64-bit version, return 32 means 32-bit version. | |
version = struct.calcsize("P") * 8 | |
print(version) |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>HTML 5 Boilerplate</title> | |
<link rel="stylesheet" href="style.css"> | |
<style> | |
:root { |