PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, August 25, 2022

[FIXED] Where does netifaces extract to?

 August 25, 2022     c#, module, python, python-netifaces     No comments   

Issue

I am trying to install the netifaces module and was able to run the tar xvzf netifaces-0.11.0.tar.gz command. It looks like it extracted all the folders it needed too but I dont see them in my download folder or in my site-packages under my python folder which is where I saw everything should go to be imported in python.

I ask because to run the install it says on their page to cd to the folder it extracted and then run the setup.py file.


Solution

you can see what is inside tar.gz. here is a guide https://www.cyberciti.biz/faq/list-the-contents-of-a-tar-or-targz-file/

also, didn't you forget about "-" ? tar -xvzf netifaces-0.11.0.tar.gz



Answered By - MikolajR
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © 2025 PHPFixing