You are here

Python Portable - Starting Anew

10 posts / 0 new
Last post
Dan Carroll
Dan Carroll's picture
Offline
Last seen: 2 months 3 weeks ago
Joined: 2015-10-26 08:58
Python Portable - Starting Anew

So what would the current thinking be on a Python Portable app. Should placement of the python language folder be in X:\PortableApps\PythonPortable? Or into the CommonFiles folder, ie. X:\PortableApps\CommonFiles\python?

sagie gur-ari
Offline
Last seen: 5 years 9 months ago
Joined: 2014-03-01 08:07
common

if its an app that needs python, ya i would put python in common. sounds right for the paf platform to support python apps just like java.
there is a windows portable python available at https://github.com/winpython/winpython
i'm using it and it has both a version 2.x and 3.x available.

sw9280
Offline
Last seen: 7 years 11 months ago
Joined: 2009-10-27 23:23
need

X:\PortableApps\PythonPortable,more to see XX-Net.need upgrade python to 3.5.10
Thank you very much!

Chinese,study by self.

jojothehobo
Offline
Last seen: 1 year 2 months ago
Joined: 2013-02-13 19:49
How to install and use portablepython

Interesting post. I am just starting to use Python, want to use 3.x and would love to have it as part of my Portable apps collection. I have a question since I'm not sure what the bottom line is here.
Can I download the Python from the github link, which in turn goes to a SourceForge link. It downloads as an .exe and not .paf. It says it is portable but then says "most" of your settings will transfer if you load it onto a USB. A little vague.

Anyhow, if I extract the program to a folder in X:\PortableApps\CommonFiles\python will it show up in the portable apps menu? Can I get it to show up? If it is not in common but in a separate folder along with the other programs will programs needing python be aware of its location and use it?

Any advice welcomed.

mwayne
Offline
Last seen: 17 hours 10 min ago
Developer
Joined: 2012-01-03 09:23
IMHO

I think you should do a normal PortableApp of PythonPortable2.7.x and PythonPortable3.x. If it turns out to be more useful as a CommonFiles plugin then you could consider doing one.

Dan Carroll
Dan Carroll's picture
Offline
Last seen: 2 months 3 weeks ago
Joined: 2015-10-26 08:58
Portable Python

That's the way to go then. Stand alone versions of 2.7.x and 3.4/5.x versions of Python in both 64bit and 32bit. That way developers can have multiple versions of Python available as needed. Am looking at doing simple (plain) versions and PortableApps versions of WinPython.

Dan "FloriDan" Carroll
Just an old hacker having fun.

jojothehobo
Offline
Last seen: 1 year 2 months ago
Joined: 2013-02-13 19:49
WinPython would be awesome

Dan;
WinPython is seeing increased use for data science and analytics. A .paf version for portable apps would be much appreciated and. I suspect, much used.

Also, since we have portable R already available as a portable app, embedding that would make it a world class application. I'm aware that there are two camps in Analytics, the R camp and the python camp, sort of like Vi and Emacs. Incorporating both, as many Linux distributions do. There may be a good reason one can't do this, so it may not be practical. Still, WinPython would be a significant contribution.

3D1T0R
3D1T0R's picture
Offline
Last seen: 2 years 8 months ago
Developer
Joined: 2006-12-29 23:48
Any progress on this?

Hey, I was starting to look into doing this myself, and I'm wondering if you've made any progress toward this and/or are you still planning to make a Python Portable release.
If you're still working on it, I might be able to help, and if you're not, then I'll keep working on mine and see if/when I can get it to a state I'm happy with.

Anyway, please let me know where things stand regarding any new Python Portable release(s).

~3D1T0R

Pegasone
Offline
Last seen: 7 years 10 months ago
Joined: 2016-05-31 10:56
3.2.1.1

The Python Portable 3.2.1.1 app is available at SF here. It can be installed manually to the local PA directory (just run the .exe, no admin privileges required). Why is not also available through the PortableApps installer? Is it no longer maintained and for this reason you want to "start anew"?

Dan Carroll
Dan Carroll's picture
Offline
Last seen: 2 months 3 weeks ago
Joined: 2015-10-26 08:58
Python on Portable Apps

Check the thread started by John Haller about Python on the Portable Apps platform at https://portableapps.com/node/56685.

Dan "FloriDan" Carroll
Just an old hacker having fun.

Log in or register to post comments