On 2019-03-30 15:57:55 +0530, Arup Rakshit wrote:
> This is awesome. Now where should I put my source code? I see many folders
> into it.
You don't. In my opinion virtual environments should be expendable: You
can destroy and recreate them at will. That leaves two possibilies:
1) Use a "central
Hi Peter,
This is awesome. Now where should I put my source code? I see many folders into
it.
Thanks,
Arup Rakshit
a...@zeit.io
> On 30-Mar-2019, at 3:26 PM, Peter Otten <__pete...@web.de> wrote:
>
> Arup Rakshit wrote:
>
>> Hello All,
>>
>> Thanks I got it now.
>>
>> One related questi
Arup Rakshit wrote:
> Hello All,
>
> Thanks I got it now.
>
> One related question: Can I use pip3 for example to install packages
> project specific, but not globally? So that when I delete the project, all
> of them gone also from my disk.
For that you can create a "virtual environment":
$ p
Hello All,
Thanks I got it now.
One related question: Can I use pip3 for example to install packages project
specific, but not globally? So that when I delete the project, all of them gone
also from my disk.
Thanks,
Arup Rakshit
a...@zeit.io
> On 30-Mar-2019, at 2:05 PM, Cameron Simpson
Hello,
It depends on the operating system. For example on Ubuntu, the default
python version is still 2.7. When you install both python2.7 and python3
on a system, then usually the "pip" will be a symlink to pip version 2
or 3. The default python interpreter can be different on different system
On 30Mar2019 13:50, Arup Rakshit wrote:
When I read this https://pip.pypa.io/en/stable/installing/ it says I
have the pip installed when I installed the python from official doc.
But when I run the `pip` command from shell, I get error, but pip3
works.
~/python_playground
▶ pip --version
zs
Hi,
When I read this https://pip.pypa.io/en/stable/installing/ it says I have the
pip installed when I installed the python from official doc. But when I run the
`pip` command from shell, I get error, but pip3 works.
~/python_playground