2
পাইভেনভ বনাম ভেনভ বনাম পাইথন-ভার্চুয়ালেনভ বনাম ভার্চুয়ালেনভ এবং পাইথন 3
malikarumi@Tetouan2:~$ pip install virtualenv Collecting virtualenv Downloading virtualenv-12.0.7-py2.py3-none-any.whl (1.8MB) 100% |################################| 1.8MB 330kB/s malikarumi@Tetouan2:~$ pip freeze (a lot of stuff, but not virtualenv) malikarumi@Tetouan2:~$ virtualenv testvenv1 The program 'virtualenv' is currently not installed. You can install it by typing: sudo apt-get install python-virtualenv এখানে কি হচ্ছে? পাইথন-ভার্চুয়ালেনভ == পাইভেনভ? তা …
13
apt
python
pip
virtualenv