Windows PowerShell "pip install UNIX GUI" – What does this command do?

What are the consequences?

  • Does the GUI on Windows then look like UNIX?

Can this be reversed?

What exactly is happening there?

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
7 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Dultus, UserMod Light

Nothing happens because “UNIX GUI” does not exist for PIP.

In general, you will install Python packages. If “UNIX GUI” would exist, it would do what they indicate in their repo.

Dultus, UserMod Light
Reply to  ForumLibhaber

https://pypi.org/project/unix/

Then I guess you’ll get out of here. I’m cautiously saying “not” is happening. At least nothing you’d remember.

Monazit
1 year ago

This happens in the shell:

“Pip install” is a command for Python packages.

Monazit
1 year ago
Reply to  ForumLibhaber

Open WIN terminal in the “search term” with cmd.exe – I think. Also enter WINPowerShell in the “search term” and the shell opens.

Dultus, UserMod Light
Reply to  Monazit

“Pip install” is a command for Python packages.

If you install PIP, you can also run it in the PS console. 😉