Viewing a response to: @themarkymark/re-netscape101-re-themarkymark-python-tips-virtual-environments-20180523t145151539z
Ok fair enough. I work in Python everyday so I should have probably known that. What makes it better than virtualenv? Btw here are some old notes of mine about virtualenv, not sure if it is still relevant, but it was pretty interesting when I learned about this: https://yoirtuts.com/index.php?title=Virtualenv_Correct_Usage
author | netscape101 |
---|---|
permlink | re-themarkymark-re-netscape101-re-themarkymark-python-tips-virtual-environments-20180523t145901166z |
category | programming |
json_metadata | {"tags":["programming"],"links":["https://yoirtuts.com/index.php?title=Virtualenv_Correct_Usage"],"app":"steemit/0.1"} |
created | 2018-05-23 14:59:03 |
last_update | 2018-05-23 14:59:03 |
depth | 3 |
children | 12 |
last_payout | 2018-05-30 14:59:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 326 |
author_reputation | 45,783,947,118 |
root_title | "[Python Tips] Virtual Environments" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,280,795 |
net_rshares | 509,675,982 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ptrck | 0 | 509,675,982 | 100% |
WIthout getting complex, there are a lot of advantages. I really recommend checking out the [project page](https://docs.pipenv.org) and within five minutes I will bet you will see the advantages. It is not just an ease of use wrapper, it's a complete makeover on how virtual environments work on python and puts it in the same league as NodeJS's package manager.
author | themarkymark |
---|---|
permlink | re-netscape101-re-themarkymark-re-netscape101-re-themarkymark-python-tips-virtual-environments-20180523t151908024z |
category | programming |
json_metadata | {"tags":["programming"],"links":["https://docs.pipenv.org"],"app":"steemit/0.1"} |
created | 2018-05-23 15:18:12 |
last_update | 2018-05-23 15:18:12 |
depth | 4 |
children | 6 |
last_payout | 2018-05-30 15:18:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 364 |
author_reputation | 1,774,088,461,856,117 |
root_title | "[Python Tips] Virtual Environments" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,284,194 |
net_rshares | 0 |
Thanks. I'm actually sitting and working on a Django project right now. Gonna try it right now :)
author | netscape101 |
---|---|
permlink | re-themarkymark-re-netscape101-re-themarkymark-re-netscape101-re-themarkymark-python-tips-virtual-environments-20180523t152109033z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-23 15:21:09 |
last_update | 2018-05-23 15:21:09 |
depth | 5 |
children | 5 |
last_payout | 2018-05-30 15:21:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.082 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 45,783,947,118 |
root_title | "[Python Tips] Virtual Environments" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,284,710 |
net_rshares | 22,587,547,933 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
themarkymark | 0 | 22,587,547,933 | 40% |
Let me know what you think!
author | themarkymark |
---|---|
permlink | re-netscape101-re-themarkymark-re-netscape101-re-themarkymark-re-netscape101-re-themarkymark-python-tips-virtual-environments-20180523t152654824z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-23 15:25:57 |
last_update | 2018-05-23 15:25:57 |
depth | 6 |
children | 4 |
last_payout | 2018-05-30 15:25:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 1,774,088,461,856,117 |
root_title | "[Python Tips] Virtual Environments" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,285,465 |
net_rshares | 966,049,782 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
netscape101 | 0 | 966,049,782 | 100% |
@netscape101 check here: https://www.reddit.com/r/learnpython/comments/6qrhwd/pipenv_vs_pip_and_virtualenv/ https://docs.pipenv.org/ https://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe http://docs.python-guide.org/en/latest/dev/virtualenvs/ Lots of reading :) Enjoy. I'm also still using virtualenv, but slowly gonna move to pip-env.
author | throwawayaccount |
---|---|
permlink | re-netscape101-re-themarkymark-re-netscape101-re-themarkymark-python-tips-virtual-environments-20180523t150107913z |
category | programming |
json_metadata | {"tags":["programming"],"users":["netscape101"],"links":["https://www.reddit.com/r/learnpython/comments/6qrhwd/pipenv_vs_pip_and_virtualenv/","https://docs.pipenv.org/","https://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe","http://docs.python-guide.org/en/latest/dev/virtualenvs/"],"app":"steemit/0.1"} |
created | 2018-05-23 15:01:09 |
last_update | 2018-05-23 15:01:09 |
depth | 4 |
children | 4 |
last_payout | 2018-05-30 15:01:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.074 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 403 |
author_reputation | -479,586,892,695 |
root_title | "[Python Tips] Virtual Environments" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,281,179 |
net_rshares | 23,252,430,409 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
themarkymark | 0 | 22,286,380,627 | 40% | ||
netscape101 | 0 | 966,049,782 | 100% |
Why slowly, you can learn it in about 5 minutes, and benefit from it by the 6th. It's really a huge improvement over previous options.
author | themarkymark |
---|---|
permlink | re-throwawayaccount-re-netscape101-re-themarkymark-re-netscape101-re-themarkymark-python-tips-virtual-environments-20180523t152005105z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-23 15:19:09 |
last_update | 2018-05-23 15:19:09 |
depth | 5 |
children | 3 |
last_payout | 2018-05-30 15:19:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 1,774,088,461,856,117 |
root_title | "[Python Tips] Virtual Environments" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,284,355 |
net_rshares | 949,101,540 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
netscape101 | 0 | 949,101,540 | 100% |
Thanks @themarkymark. I'm trying to also put together some opensource/linux and python tutorials. Would you mind if I added you on discord? This is what I've come up with so far: https://steemit.com/steemdev/@throwawayaccount/get-python-steem-library-and-steempy-working-on-linux https://steemit.com/linux/@throwawayaccount/some-python-and-general-helpful-linux-development-tricks https://steemit.com/linux/@throwawayaccount/installing-configuring-and-using-the-aws-cli https://steemit.com/linux/@throwawayaccount/vr77jmry https://steemit.com/linux/@throwawayaccount/vesvk91w
author | throwawayaccount |
---|---|
permlink | re-themarkymark-re-throwawayaccount-re-netscape101-re-themarkymark-re-netscape101-re-themarkymark-python-tips-virtual-environments-20180524t134753245z |
category | programming |
json_metadata | {"tags":["programming"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-05-24 13:47:57 |
last_update | 2018-05-24 13:47:57 |
depth | 6 |
children | 2 |
last_payout | 2018-05-31 13:47:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 576 |
author_reputation | -479,586,892,695 |
root_title | "[Python Tips] Virtual Environments" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,460,070 |
net_rshares | 0 |