pew
pew copied to clipboard
A tool to manage multiple virtual environments written in pure python
The problem is that FreeBSD Python does not support the code containing `import distutils; ` to access distutils.sysconfig for the Python library path. I see that this code has been...
In [https://github.com/berdario/pew](https://github.com/berdario/pew) is says to install with: nix-env --install --attr pew but it gives an error in bash: error: attribute 'pew' in selection path 'pew' not found While: nix-env --install...
On Windows 10, using PowerShell ver 7.2.6, when trying to activate an environment using the command `pew workon ` enviroment_name I receive the following error: `C:\Program: The term 'C:\Program' is...
_Originally reported by @sanjayankur31 in [Red Hat Bugzilla #2011899](https://bugzilla.redhat.com/show_bug.cgi?id=2011899)._ ## Steps to reproduce 1. Create new env with pew: ```sh pew new test ``` 2. Check path: ```sh $ python3...
Figure out why the `test_create_in_symlink()` test: https://github.com/berdario/pew/blob/24a4b7d6fa760d34a7348686c1ce1fd5e72847ba/tests/test_mkvirtualenv.py#L20-L27 broke after upgrading to virtualenv 20 in #214. Support for virtualenv creation in symlinked directories was originally added in https://github.com/berdario/pew/pull/145.
Normally you can hit 'up arrow' to get your previous command and down arrow to go next. This work in any shell, including in many other virtual environment. But it...
Hi I'm testing pew, one thing I don't get is it's asking for a pew[pythonz] with the given message ``` ➜ magic_cli pew install . You need to install the...
In the cmd shell, usually you can hit 'up arrow' to get your previous command. Once you run 'pipenv shell', this no longer works. if you run some commands inside...
As has been mentioned in https://github.com/berdario/pew/pull/214#issuecomment-669813430, both Travis CI [Nix build jobs have been failing for a while](https://travis-ci.org/github/berdario/pew/builds). The last successful Nix build on the `master` branch is from Oct...
I have a weird problem I could use a bit of help with ... I have successfully installed 3.8.5 using pew/pythonz on a BSD FreeBSD system. I have successfully installed...