Python Forum
Super easy for you, not so much for me...just simple install all users etc
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Super easy for you, not so much for me...just simple install all users etc
#1
Here I am trying to learn Python for a small project I have for work. I am wanting to learn more about Python, but am in a bit of a crunch now and need more direct help.

I have Python coded and ready. I just am having a bit of a tussle to get it deployed correctly. I am wanting to do a simple speedtest. I have the cli and have tested all on 1 machine, but I am failing when it comes to getting it deployed onto machines.

I am wanting to install for all users (many of our users on these machines I am deploying on move around) I am wanting to silently install, and to a Certain Directory. C:\bc

This shouldn't be very difficult.

I have tried:

/quiet TargetDir=c:\bc Include_launcher=1 Include_pip=1

/quiet InstallAllUsers=1 Include_launcher=1 Include_pip=1 TargetDir=C:\bc

None of these install for all users, nor does it install in that directory.

Any help would be greatly appreciated!
Reply
#2
Hi!

I am a newbie too! I also wanted to install it in a specific directory as I wanted to keep the little free space left on my default disk drive, but it gave me lots of headaches trying to make the appropriate paths to make it work and it didn't.

So, I advise you to do the same I did:

1) Install it in the directory given to you by default. It is usually in the main disk drive (if you have the disk drive partitioned from the shop when you bought the computer) and it would not be very difficult to install it following the instructions the program gives to you on the screen.

2) To install it for all users, again, just follow the instructions given to you on the screen by the program. It asks you if you want it installed for all the users or not.

I hope this could help you.

newbieAuggie2019
newbieAuggie2019

"That's been one of my mantras - focus and simplicity. Simple can be harder than complex: You have to work hard to get your thinking clean to make it simple. But it's worth it in the end because once you get there, you can move mountains."
Steve Jobs
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems with super() Hoespilaar 2 228 Apr-10-2024, 10:10 AM
Last Post: Hoespilaar
  super() in class akbarza 1 453 Dec-19-2023, 12:55 PM
Last Post: menator01
  superclass and super() grkiran2011 1 1,730 Jun-20-2020, 04:37 AM
Last Post: deanhystad
  MRO About super() catlessness 1 2,037 Jan-12-2020, 07:54 AM
Last Post: Gribouillis
  Super easy beginner question AkulaLA 3 3,262 Nov-07-2019, 03:42 AM
Last Post: Larz60+
  Super with Sublime Text - TypeError: super() takes at least 1 argument (0 given) Shafla 6 7,422 May-04-2019, 08:30 PM
Last Post: Shafla
  easy to install python meterpreter windows juanb007 1 2,352 Oct-08-2018, 08:01 AM
Last Post: Larz60+
  Easy equipment system for simple game and problems with it naisyrk 3 3,309 Sep-01-2018, 10:05 AM
Last Post: Gribouillis
  Is any super keyword like java rajeev1729 2 3,287 Sep-14-2017, 07:47 PM
Last Post: snippsat
  Multiple Inheritance using super() Sagar 2 7,286 Sep-08-2017, 08:58 AM
Last Post: Sagar

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020