Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

virtualenv

How do I install from a local cache with pip?

November 19, 2022 by Tarik

Updated Answer 19-Nov-15 According to the Pip documentation: Starting with v6.0, pip provides an on by default cache which functions similarly to that of a web browser. While the cache is on by default and is designed do the right thing by default you can disable the cache and always access PyPI by utilizing the … Read more

Categories virtualenv Tags pip, virtualenv Leave a comment

how to specify new environment location for conda create

October 25, 2022 by Tarik

Use the –prefix or -p option to specify where to write the environment files. For example: conda create –prefix /tmp/test-env python=2.7 Will create the environment named /tmp/test-env which resides in /tmp/ instead of the default .conda.

Categories virtualenv Tags anaconda, conda, virtualenv Leave a comment

List all virtualenv

October 20, 2022 by Tarik

You can use the lsvirtualenv, in which you have two options “long” or “brief”: “long” option is the default one, it searches for any hook you may have around this command and executes it, which takes more time. “brief” just take the virtualenvs names and prints it. brief usage: $ lsvirtualenv -b long usage: $ … Read more

Categories virtualenv Tags virtualenv, virtualenv-commands, virtualenvwrapper Leave a comment
Newer posts
← Previous Page1 Page2

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa