dil_bert Posted February 7, 2018 Share Posted February 7, 2018 'm having a hard time setting up python packages.For instance to install pip,i think i have to do some steps: So first, i try to installl pip : Then follow these steps to install pip on Windows, it's quite easy. Install setuptools: curl https://bootstrap.pypa.io/ez_setup.py | python Install pip: curl https://bootstrap.pypa.io/get-pip.py | python Optionally, we add the path to our environment so that we can use pip anywhere. It's somewhere like C:\Python33\Scripts.the command curl cannot be found in the cmd on my windosws system with 32 bitso what can i do now Quote Link to comment https://forums.phpfreaks.com/topic/306458-m-having-a-hard-time-setting-up-python-packages-how-to-install-pip/ Share on other sites More sharing options...
requinix Posted February 7, 2018 Share Posted February 7, 2018 Just download/save those files manually. Quote Link to comment https://forums.phpfreaks.com/topic/306458-m-having-a-hard-time-setting-up-python-packages-how-to-install-pip/#findComment-1556123 Share on other sites More sharing options...
dil_bert Posted February 8, 2018 Author Share Posted February 8, 2018 Hello dear requinix many thanks !! I will do so Quote Link to comment https://forums.phpfreaks.com/topic/306458-m-having-a-hard-time-setting-up-python-packages-how-to-install-pip/#findComment-1556157 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.