Python两个版本共存时,怎么验证是否安装成功 scrapy

C:\Users\HAOHAO>py -2 -m scrapy
Scrapy 1.5.0 - no active project


Usage:
  scrapy <command> [options] [args]


Available commands:
  bench         Run quick benchmark test
  fetch         Fetch a URL using the Scrapy downloader
  genspider     Generate new spider using pre-defined templates
  runspider     Run a self-contained spider (without creating a project)
  settings      Get settings values
  shell         Interactive scraping console
  startproject  Create new project
  version       Print Scrapy version
  view          Open URL in browser, as seen by Scrapy


  [ more ]      More commands available when run from project directory


Use "scrapy <command> -h" to see more info about a command


C:\Users\HAOHAO>

出现此就是成功安装


如果这篇文章帮助到了你,欢迎打赏鼓励,您的鼓励是我最大的动力!

Python两个版本共存时,怎么验证是否安装成功 scrapy